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