Zen Cart Logo
Forums / General Questions / Where are the email variables defined

Where are the email variables defined

Locked

Views: 1,098

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
7 Feb 2008, 8:19 PM
#1
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Where are the email variables defined

I can't find where the email variables are defined. For example

$COUPON_TEXT_REMEMBER

is used in a coupon email but I searched the entire directory structure for the text that shows up and can't find it anywhere.

I searched for $COUPON_TEXT_REMEMBER and its only in the email html with no definition.

Where are such variables defined in case I want to change the text?

Mark
https://www.essential-stuff-store.com

7 Feb 2008, 8:27 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Where are the email variables defined

Try using the admin > tools > developers tool kit > to search > or your own grep tool

like this in /admin/coupon_admin.php:

$html_msg['COUPON_TEXT_REMEMBER'] = TEXT_REMEMBER;