![]() |
Uselling Products - Smarty error?
Can someone help me with adding the buy now button to the products view. I tried uncommenting the code in the products_t.tpl
Code:
{*** Uncomment it if you need 'Buy Now' button *** And the buy now button does then show up. However, now under '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 And also, when I uncomment that area, the qty line is also added to the products page. How do I remove the qty line please? Thank you in advance!! |
Re: 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} |
Re: Buy Now Button
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. |
Re: Buy Now Button
If I disable the upselling products mod, the error goes away. Any ideas how to make this work with the mod?
Thanks for all of your help! |
Re: Buy Now Button
It appears the problem does not relate to the buy now button. Instead, it looks like an issue with the upselling products mod. When this mod is enabled, this error is being displayed in the product detail screen.
Smarty error: math ``x/y'' in ``modules/Special_Offers/customer/new_offers_short_list.tpl'': parameter ``y'' is empty in store/Smarty-2.6.19/Smarty.class.php on line 1092 Can anyone help please? |
All times are GMT -8. The time now is 09:43 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.