View Single Post
  #1  
Old 09-15-2005, 04:29 PM
  STORed's Avatar 
STORed STORed is offline
 

Advanced Member
  
Join Date: Sep 2005
Posts: 69
 

Default Need to get a variable value

Hi,

I need to insert a name of the manufacturer. I've tried:

{$manufacturers_menu.manufacturer}

but it doesn't seem to work. So I tested it like:

{$manufacturers_menu[1].manufacturer}

and got a name of one of the manufacturers. How can I get the right name without hard-coding an array value?
__________________
Thanks.

X-Cart Gold 4.0.14 on Linux
Reply With Quote