View Single Post
  #3  
Old 10-02-2008, 05:13 PM
  kcar's Avatar 
kcar kcar is offline
 

Member
  
Join Date: Jul 2004
Posts: 26
 

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

Quote:
Originally Posted by robg
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 ***}

This works but my order buttons are not directly below the product. see
http://www.paradisedolls.com

Does anyone know how to fix this alignment problem?
__________________
x-cart gold
ver 4.1.9 Customized / XAOM
ver 4.1.19 / XAOM / XAFFIL
Reply With Quote