Bug fixed
Viewed products
-
SSL Everywhere for 1.4.11
Patch SSL Everywhere for Prestashop 1...
View larger SSL Everywhere for 1.4.11
Patch SSL Everywhere for Prestashop 1.4.11
In stock
More info
This patch permits SSL Everywhere for Prestashop 1.4.11
Instal it like a module, activate the SSL, then add define('_PS_SSL_EVERYWHERE_',true); in your config/settings.inc.php file.
The patch enables SSL on all pages. It does not fix your database, nor defects in your themes tpl or css.
Install it like a module (Add a module from my computer ). It will patch your Prestashop.
It does not appear as a module - which is normal
active SSL,
add define('_PS_SSL_EVERYWHERE_',true); in your config/settings.inc.php file
For PrestaShop 1.4 lower or equal to 1.4.8,
you should modify your file config/config.inc.php
Add:
/* 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'));
Just before:
/* 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');
Data sheet
| Compatibility PS 1.4 | yes |
Reviews
No customer reviews for the moment.
