View Single Post
  #1  
Old 11-05-2015, 03:29 PM
 
shaz shaz is offline
 

Senior Member
  
Join Date: Jul 2008
Location: Sydney, Australia
Posts: 174
 

Default Add Short Desc to simple_products_list.tpl

Not sure if I'm going mad....

I'm trying to add a nice easy Product Short description to common_files/customer/simple_products_list.tpl template which appears on the products_t template (i.e. the associated products tables under the individual product details).

I can't get it to appear?! I know its a Monday but what am I missing...??

Code I am using is below and just results in an empty div...

Code:
<a href="product.php?productid={$product.productid}" class="descr"><div class="descr">{$product.descr|amp}</div></a>

XC4.6.1

Thanks
Shaz
__________________
Shaz
X-Cart Developer
Sydney - Australia
Reply With Quote