View Single Post
  #2  
Old 11-06-2010, 12:40 PM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default Re: Terms and conditions tick box at checkout

I just altered /common_files/modules/One_Page_Checkout/opc_summary.tpl


and removed this -

<div class="terms_n_conditions">
<label for="accept_terms">
<input type="checkbox" name="accept_terms" id="accept_terms" value="Y" />
{$lng.txt_terms_and_conditions_note|substitute:"te rms_url":"`$xcart_web_dir`/pages.php?pageid=3":"privacy_url":"`$xcart_web_dir `/pages.php?pageid=4"}
</label>
</div>

but when i click submit order it said i have to accept terms and conditions???

Any advice please
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote