Quote:
Originally Posted by Jon
If on a recent x-cart version you can use:
Code:
{if $product_links ne ""}
<p><b>{$lng.lbl_with_this_product}:</b></p>
{include file="customer/main/products_t.tpl" products=$product_links}
{/if}
|
I just tried that but get an error back:
Warning: Division by zero in
/shop/var/templates_c/%%29^29F^29F53FB4%%products_t.tpl.php on line
40
Warning: Division by zero in
/shop/var/templates_c/%%29^29F^29F53FB4%%products_t.tpl.php on line
161
It does display the title, thumbnail and also the price which is good. I need a buy now button there though as well. Any ideas?