Les corrigés
Déjà vus
-
SSL Everywhere pour...
Patch SSL Everywhere pour Prestashop ...
Agrandir l'image SSL Everywhere pour 1.4.11
Référence :
SSL1411Patch SSL Everywhere pour Prestashop 1.4.11
En stock
En savoir plus
Ce patch autorise SSL Everywhere pour Prestashop 1.4.11
Le patch active le SSL sur toute les pages. Il ne corrige pas ni la base de données, ni les défauts des tpl et css du thème.
Installez comme un module, il patchera votre Prestashop.
Il n'apparait pas, c'est normal.
activez le SSL,
ajoutez define('_PS_SSL_EVERYWHERE_',true); dans votre fichier config/settings.inc.php
Pour PrestaShop 1.4 inférieur ou égal à 1.4.8,
vous devez également modifier votre fichier config/config.inc.php
Ajoutez:
/* The main shop domains and SSL options */
define('_PS_SHOP_DOMAIN_', Configuration::get('PS_SHOP_DOMAIN'));
define('_PS_SHOP_DOMAIN_SSL_', Configuration::get('PS_SHOP_DOMAIN_SSL'));
define('_PS_SSL_ENABLED_', (int)Configuration::get('PS_SSL_ENABLED'));
/* Default currency and default country */
define('_PS_CURRENCY_DEFAULT_', (int)Configuration::get('PS_CURRENCY_DEFAULT'));
define('_PS_COUNTRY_DEFAULT_', (int)Configuration::get('PS_COUNTRY_DEFAULT'));
define('_PS_LANG_DEFAULT_', (int)Configuration::get('PS_LANG_DEFAULT'));
/* Geolocation options */
define('_PS_GEOLOCATION_ENABLED_', (int)Configuration::get('PS_GEOLOCATION_ENABLED'));
/* Tax options */
define('_PS_TAX_', (int)Configuration::get('PS_TAX'));
Juste avant:
/* It is not safe to rely on the system's timezone settings, and this would generate a PHP Strict Standards notice. */
if (function_exists('date_default_timezone_set'))
@date_default_timezone_set(Configuration::get('PS_TIMEZONE'));
/* Smarty */
require_once(dirname(__FILE__).'/smarty.config.inc.php');
Fiche technique
| Compatibilité PS 1.4 | oui |
Avis clients
Aucun avis n'a encore été soumis
