View Single Post
  #7  
Old 01-06-2011, 10:50 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to remove Terms & Conditions

You can try commenting out this in "skin/common_files/modules/One_Page_Checkout/opc_init_js.tpl"
var termsObj = $('#accept_terms')[0];
if (termsObj && !termsObj.checked) {
xAlert(txt_accept_terms_err, lbl_warning);
return false;
}

It will take care of the warning after you comment out the button from the template
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote