Prestashop ver 1.4.8.2
Hi there, if I enable ssl protocol from Prestashop Back Office, all pages using https suddenly crash! From code inspector I see that several files (css and js files) are loaded by http protocol. Is there a way to force the the https prefix for them? in classes\FrontController.php there's a beautiful function that seems able to do the trick... but I don't know how! public function setMedia() { global $cookie; Tools::addCSS(_THEME_CSS_DIR_.'global.css', 'all');
.....
}
My settings.inc.php reports this line... but as you can see, there's no protocol for that.
define('__PS_BASE_URI__', '/itart/store/');