Jump to content

Checkout>>Carrier Page - Remove Check From TOS By Default


Recommended Posts

While going through the checkout process, i want my customers to have to place a check in the checkbox saying they agree to the terms of service, and not have it checked by default. I've tried a few different things in the order-carrier.tpl file but can't get it to display without the check by default. Does anyone have any ideas for this?

Thanks!

Link to comment
Share on other sites

The file you mentioned, order-carrier.tpl is the right file to look in. In this file there is this part of code:

{l s='Terms of service'}


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



Change...value="1" into value="0" and the checkbox is not checked by default.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...