Jump to content

Terms of service - Is it a bug?


Recommended Posts

Hi,

 

I am using PS 1.5.6.2, one page checkout.

A buyer checkout. on PayPal page he clicks cancel, return to shop,

delete the product and shop for a different product.

When he checkout in the second time, the "Terms of Service"

tick box is already ticked.

This tick box shouldn't be remembered by the cookies when new

process started.

How can I avoid that?

 

Thanks

 

 

Link to comment
Share on other sites

in order-carrier.tpl file there is a code like:
 

<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} autocomplete="off"/>

change it to:

<input type="checkbox" name="cgv" id="cgv" value="1" autocomplete="off"/>
Link to comment
Share on other sites

×
×
  • Create New...