View Single Post
  #1  
Old 01-14-2003, 12:16 PM
 
belen belen is offline
 

Member
  
Join Date: Nov 2002
Posts: 12
 

Default help combining variables!

i have created a set of text entries in my Languages that i now want to display on product pages, based on what product page is up.

the text variable tag looks like this:

{$lng.seo_descrip_67} (with "67" being the productid)

so when i am calling it on the .tpl page, i have tried variations of

{$lng.seo_descrip_{$product.productid}}

with quotes, taking out the brackets etc - i know what i want, i just don't know the syntax to combine 2 variables like this!

anyone have a quick answer?

thanks in advance
belen
Reply With Quote