ristretto6 Posted June 16, 2008 Share Posted June 16, 2008 How do I remove the checkbox (the one during the checkout process) that requires them to read/agree to the terms and conditions? Since i can't find a copy of it anywhere in English, I would like to just remove it so they don't have to click on it or see that message. Can someone please tell me how I would do this?Thanks! Link to comment Share on other sites More sharing options...
Stu583 Posted June 16, 2008 Share Posted June 16, 2008 Hi,Just had a look at this. Open "order-carrier.tpl" from your profile you are using and remove the following bit of code. Its around line 17. {if $conditions} {l s='Terms of service'} <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='(read)'} {/if} Oh I tried to upload an edited file but it has a max attachment size of 0KB!!!!! Whats the point! haha. 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