Patch SSL Everywhere pour Prestashop 1.4.11
En stock
Attention : dernières pièces disponibles !
Date de disponibilité:
SSL Everywhere pour 1.4.11
Patch SSL Everywhere pour Prestashop 1.4.11
Destinataire :
* Champs requis
ou Annuler
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');
Compatibilité PS 1.4 | oui |
Aucun avis n'a encore été soumis