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)
-   -   Enable "Buy Now" button in the products list (https://forum.x-cart.com/showthread.php?t=42075)

mcpilot 08-29-2008 04:49 PM

Enable "Buy Now" button in the products list
 
Hi Friends,

I think I may be overlooking the obvious here. I want the "buy now" button to show up in the earliest appearance of the product - if you choose "category a" and you see 4 products and their respective thumbnails and price, I want the customer to be able to click "buy now".

All I see now is "see details" despite having the "Enable "Buy Now" button in the products list" box checked in the appearance options.

Am I overlooking something? Thanks in advance.

Pat

robg 09-15-2008 12:26 AM

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

kcar 10-02-2008 05:13 PM

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?


All times are GMT -8. The time now is 08:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.