Here is the code from checkout_payment.php. I have altered the wording to include everything that the processor wanted in hopes that this will be sufficiant. If it is not, I will still need to add the additional check boxes.
define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the Conditions of Use and Returns policies bound to this order by ticking the following box. You can view each of these policies by clicking <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">Conditions of Use</span></a> and <a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '"><span class="pseudolink">Returns</span></a>. You must also confirm that you understand that for your privacy, your credit card will be billed as A-1 Electronics.');
define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the Conditions of Use and to the Returns Policy bound to this order. I am also stating that I understand that my credit card will be billed as A-1 Electronics.</span>');
I don't think I have made any other mods to this file. The code begins around line 32.
As far as validation routines.....HUH? I tried copying the last 'define' section for each addtional box that I wanted to add and change the wording. As you probablly already know, this doen't work.



