Thread: Buy Now Button
View Single Post
  #3  
Old 02-03-2012, 06:22 PM
 
Yvonnewilt Yvonnewilt is offline
 

Advanced Member
  
Join Date: Jun 2009
Posts: 41
 

Default 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.
__________________
4.1.11
New products
News Management
Magnifier
BCSE Detailed Images
Special Offers
Wishlist
OnSale
Reply With Quote