prestalollo Posted January 5, 2011 Share Posted January 5, 2011 HiHow can I uncheck the box for confirmation of delivery terms, so the client must check the box before continue. Now, the code looks like this: <input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />{l s='I agree with the terms of service and I adhere to them unconditionally.'} {l s='(kopinfo)'} Also, at that check out page, I wish to have no shipping option pre checked - now one option (the middle out of 3) is checked. Is it possible to make so nothing is checked when the client arriwes to that step?Kindlylollowww.biobody.se/index.php Link to comment Share on other sites More sharing options...
rocky Posted January 6, 2011 Share Posted January 6, 2011 PrestaShop already leaves that box unchecked the first time you check out. It then writes a value in PrestaShop's cookie so that the second and subsequent checkouts have the box ticked by default. If you clear your cookies, you will then be forced to tick it again. Link to comment Share on other sites More sharing options...
prestalollo Posted January 6, 2011 Author Share Posted January 6, 2011 Excellent, thank you Link to comment Share on other sites More sharing options...
diondp Posted August 4, 2011 Share Posted August 4, 2011 actually this isn't allowed in some countries (what if the conditions change...) to force customer to tick the checkbox everytime, simply remove: checked="checked" within the if statement. sorry the above doesnt quite solve the problem Excellent, thank you Link to comment Share on other sites More sharing options...
BrianW Posted March 21, 2013 Share Posted March 21, 2013 I know this is an old post, but can somebody tell me what file I need to remove the "checked" code? 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