View Single Post
  #9  
Old 04-20-2012, 02:15 AM
  vasilis's Avatar 
vasilis vasilis is offline
 

X-Adept
  
Join Date: Feb 2009
Posts: 761
 

Default Re: Variables in product descriptions?

I have tried this, and it worked (using the 'replace' smarty modifier):
(the following code is used inside any template file that displays the product description)
Code:
{assign var="varname" value=$some_variable}{$product.descr|amp|replace:'<placeholder>':$varname}
In other words, you insert a placeholder inside the description of the product and it gets replaced by a variable value.
__________________
Vasilis Vrontisis
X-Cart Development, Maintenance & Customization
https://[URL="http://www.craftforweb.com"]craftforweb.com[/url]
vasilis@craftforweb.com
Reply With Quote