I replaced in the products_t.tpl
Code:
{*** Uncomment it if you need 'Buy Now' button *** {if $usertype eq "C" and $config.Appearance.buynow_button_enabled eq "Y"} {include file="customer/main/buy_now.tpl" product=$products[product]} {/if} *** Uncomment it if you need 'Buy Now' button ***}
with
Code:
{if $usertype eq "C" and $config.Appearance.buynow_button_enabled eq "Y"}{include file="customer/main/buy_now.tpl" product=$products[product]}{/if}
and when I go into the product view, under the related products, I have this error:
Warning: Smarty error: math ``
x/y'' in ``modules/Special_Offers/customer/new_offers_short_list.tpl'': parameter ``
y'' is empty in (store path)
/Smarty-2.6.19/Smarty.class.php on line
1092
I'm not sure what needs fixed/changed? Any help would be much appreciated!
Thank you.