I can't seem to find where to do this so I'll finally ask. I need to remove the customer comment box and another table (see below) on the checkout_payment page. I've removed the title already but that just left a blank text box that I need gone.
Version : Zen Cart 1.3.8a
Upgraded : Never
Addons : None
Customized : A lot of customization to remove any reference to customers/businesses and has all been replaced with school and teacher specific login information.
Looked in the FAQ : Numerous Times
Searched Forums : Numerous Times
TIA
Tanya
XXXX's are the table headings that I need to remove the entire table but can't find where...
define('TABLE_HEADING_PAYMENT_METHOD', 'XXXXXX');
define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');
define('TITLE_PLEASE_SELECT', 'Please Select');
define('TEXT_ENTER_PAYMENT_INFORMATION', '');
define('TABLE_HEADING_COMMENTS', 'XXXXXX');



