Jump to content

Terms and Conditions


Recommended Posts

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

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

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...