View Single Post
  #2  
Old 09-15-2008, 12:26 AM
 
robg robg is offline
 

Newbie
  
Join Date: Sep 2008
Posts: 1
 

Default Re: Enable "Buy Now" button in the products list

Have a look in the Customer Main Products_t.tpl in templates. Find the following code and remove the comments:

{*** 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 ***}
__________________
Version 4.1.10
Reply With Quote