Jesse Posted December 1, 2017 Share Posted December 1, 2017 Hello I have just resolved the following problem with PrestaShop 1.5.4.1 Product page cart link breaks Chrome SSL security On line 277 of /theme/yourtheme/product.tpl change in <--add to cart form--> "buy_block' "{$link->getPageLink('cart')}" change to "{$link->getPageLink('/cart,true')}" Refference https://www.prestashop.com/forums/topic/355246-solved-quick-search-block-module-provokes-unsecure-ssl/ I read there is a better way of doing this. Link to comment Share on other sites More sharing options...
Jesse Posted December 1, 2017 Author Share Posted December 1, 2017 I ended up following this thread https://www.prestashop.com/forums/topic/255237-force-ssl-https-connection-for-all-pages/ in classes/Tools.php I hard coded https to $domain There was little information in search or documentation on how to hard code a secure URL Its kinda compulsory ... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now