View Single Post
  #2  
Old 11-15-2014, 06:39 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Looking to add an additional ⌠check■ box and text on the checkout page.

I can get you close. I've done this for several clients over the years.

Look in: /ideal_responsive/modules/One_Page_Checkout/opc_summary.tpl

Here is the code for the checkbox:
Code:
<div class="terms_n_conditions"> <label for="accept_warning"> <input type="checkbox" name="accept_warning" id="accept_warning" value="Y" /> You must also agree to this. </label> </div>
To do this right you should include some JavaScript to make sure they checked the box.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote