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
|