View Single Post
  #1  
Old 09-28-2007, 09:06 AM
 
jillsybte jillsybte is offline
 

eXpert
  
Join Date: Jun 2006
Location: New York, USA
Posts: 389
 

Question Proper variables to use in language entries

Does anyone know how to enter certain company config variables into language entries? For instance, {{company}} in a language entry will display the company name entered into the Admin-General Settings-Company Options area.

I would like to display/link to my help/support email address in things like my privacy statement, which is one of the language entries, but I would like to use the variable for it.

For my embedded static pages, I put:

Quote:
<a title="Email Us" href="mailto:{$config.Company.support_department}" >{$config.Company.support_department}</a>


into the HTML code for the page and that works. However, the same doesn't work when entered through a language entry. I've tried other things, such as {{support department}} and {{company.support_department}}, but they don't work. They just display them as they are written.

I don't see anything in the manual showing which tags to use in the language entries for various company configuration options. Does anyone know where I can find this information if it exists?

Thanks,
Jill
__________________
X-Cart Gold 4.1.8 (Live)
BCSE Shipping Estimator for FLC Mod
BCSE Shipping Methods per Product Mod
BCSE Customer Review Management Mod
BCSE Catalog Order Form Mod
X-Cart Gold 4.5.2 (Building/Testing)
USA
Reply With Quote