View Single Post
  #4  
Old 04-05-2012, 02:41 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: Variables in product descriptions?

I've tried a few ways of doing this but it doesn't work e.g

<td class="descr">{$product.fulldescr|default:$product .descr}</td>
changed to
<td class="descr">{eval var=$product.fulldescr|default:$product.descr}</td>

Anyone got a suggestion?

Editing skin/common_files/customer/main/product_details.tpl
__________________
Xcart 4.5.2
Reply With Quote