Jump to content

How to make checkbox checked by default on the checkout page.


Czarekplpl

Recommended Posts

Hello Czarekplpl,

 

If you are using the default-bootstrap theme you go to themes -> default-bootstrap -> order-carrier.tpl.

Somewhere around line 362 you will find something like:

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

Change it to:

<input type="checkbox" name="cgv" id="cgv" value="1" checked />
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...