Zen Cart Logo
Forums / General Questions / How to find special functions or parameters in zen cart php files?

How to find special functions or parameters in zen cart php files?

Locked

Views: 1,515

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
16 Feb 2008, 7:22 AM
#1
rainmist avatar

rainmist

New Zenner

Join Date:
Jun 2007
Posts:
71
Plugin Contributions:
0

How to find special functions or parameters in zen cart php files?

I want to change the html output. So I must find a parameter. How to find special functions or parameters in zen cart php files?
Thanks very much!

16 Feb 2008, 7:24 AM
#2
kobra avatar

kobra

Black Belt

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

Re: How to find special functions or parameters in zen cart php files?

Be more specific about what it is you wish to change

17 Feb 2008, 11:56 AM
#3
rainmist avatar

rainmist

New Zenner

Join Date:
Jun 2007
Posts:
71
Plugin Contributions:
0

Re: How to find special functions or parameters in zen cart php files?

kobra:

Be more specific about what it is you wish to change
Because HTML output of parameter "TEXT_GREETING_GUEST" is in <h2> tag, I want to change HTML output format of "TEXT_GREETING_GUEST". However, I can't find where it is.
Anyone can help me?
Thanks very much!

17 Feb 2008, 12:20 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: How to find special functions or parameters in zen cart php files?

rainmist:

Because HTML output of parameter "TEXT_GREETING_GUEST" is in <h2> tag, I want to change HTML output format of "TEXT_GREETING_GUEST". However, I can't find where it is.
Anyone can help me?
Thanks very much!

If it's just the text you want to change, look it up in the language files.
Here's a couple related FAQs:
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39
https://www.zen-cart.com/tutorials/index.php?article=36

18 Feb 2008, 11:57 AM
#5
rainmist avatar

rainmist

New Zenner

Join Date:
Jun 2007
Posts:
71
Plugin Contributions:
0

Re: How to find special functions or parameters in zen cart php files?

DrByte:

If it's just the text you want to change, look it up in the language files.
Here's a couple related FAQs:
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39
https://www.zen-cart.com/tutorials/index.php?article=36

Thanks, DrByte.
Development Tool Kit is a really powerful tool.