Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing Customer Comments

Removing Customer Comments

Locked

Views: 646

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 Jan 2009, 6:02 PM
#1
creteloc avatar

creteloc

New Zenner

Join Date:
Dec 2008
Posts:
10
Plugin Contributions:
0

Removing Customer Comments

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');

12 Jan 2009, 6:03 PM
#2
creteloc avatar

creteloc

New Zenner

Join Date:
Dec 2008
Posts:
10
Plugin Contributions:
0

Re: Removing Customer Comments

Oh, here's a link

http://catgalog.weber.k12.ut.us
I need the customer box to be included on the checkout_confirmation page though, just not the checkout_payment page. I'm using the checkout_confirmation text box for something else.