Jump to content

[sOLVED]PS 1.5.4.1 Add to Cart Breaks SSL Chrome Browser


Jesse

Recommended Posts

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...