View Single Post
  #1  
Old 02-04-2006, 08:48 PM
 
goforitandy goforitandy is offline
 

Newbie
  
Join Date: Jan 2006
Posts: 7
 

Default How do I find out the name of text values?

Hi,

In the template top_menu.tpl I have the following code :

if $config.Company.company_phone}{$lng.lbl_phone_1_ti tle}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}{$lng.lbl_phone_2_ title}: {$config.Company.company_phone_2}{/if}</TD>

Found that the values of $config.Company.company_phone are in the company options set up, just by looking at these and comparing against the template.

The problem is I want to add the fax phone number and add this to the code. Question is, I do not know the name of the variable i.e. $config.... etc containing the fax text. How do I find this, or any other for that matter? These are not labels or text values found in the normal way.

Thanks,

Andy.
__________________
Andrew Carr

XCart 4.0.17
Reply With Quote