X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Buy Now Button (https://forum.x-cart.com/showthread.php?t=62538)

Yvonnewilt 02-03-2012 04:26 PM

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 ***
{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 ***}



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!!

cflsystems 02-03-2012 06:03 PM

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}

Yvonnewilt 02-03-2012 06:22 PM

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.

Yvonnewilt 02-03-2012 07:30 PM

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!

Yvonnewilt 02-05-2012 10:32 AM

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.