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 problem (https://forum.x-cart.com/showthread.php?t=45827)

Jeremy Smith 02-25-2009 07:50 AM

Buy now button problem
 
I think I put my post (identical post about buy now button) in the wrong section, moderators please delete my previous post (cant quite remember where it is but if you could remove it please).

Hi,

I was wondering what the code/SMARTY HTML is to put a buy now button (force it to appear) on the multiple products view page?

Just that for some reason we have lost or are unable to activate the buy now button through the proper procedure, how is this acheivable, does anyone know?

Thanks in advance,
Jeremy.

hoosierglass 02-25-2009 09:05 AM

Re: Buy now button problem
 
In the admin menu go to general options then to the appearance menu. Look for the box that says "enable buy now button in products lists.

Jeremy Smith 02-26-2009 12:34 AM

Re: Buy now button problem
 
If you read below for me thats not working, what code is required to force it to work?

Does anyone know?

Thanks again,
Jeremy.

Quote:

Originally Posted by Jeremy Smith
I think I put my post (identical post about buy now button) in the wrong section, moderators please delete my previous post (cant quite remember where it is but if you could remove it please).

Hi,

I was wondering what the code/SMARTY HTML is to put a buy now button (force it to appear) on the multiple products view page?

Just that for some reason we have lost or are unable to activate the buy now button through the proper procedure, how is this acheivable, does anyone know?

Thanks in advance,
Jeremy.


Jeremy Smith 03-02-2009 12:21 AM

Re: Buy now button problem
 
I have just noticed that, in the multi column setup.

On General Settings > Appearance settings and then go down to 'Enable "Buy Now" button in the products list: ' click to enable that is always checked for me as its obvious it needs enabling for this feature to work.

What I didnt realise was that on the following option:

'Display products list in multiple columns (1-3) (leave empty to use standard format):' This must be set to 0 for the buy now button to work.

Is there anyway of making x cart show the buy now feature in the multi column format? Its pritty crucial we do show our products over 3 columns due to other sites selling similar products and all the major competitors are showing evidence of this.

Is there anyway this can work as a multi column format the buy now button please?

Thanks,
Jeremy.

Victor D 03-02-2009 07:22 AM

Re: Buy now button problem
 
find in your skin1/customer/main/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 change to

Code:

{if $usertype eq "C"}
{include file="customer/main/buy_now.tpl" product=$products[product]}
{/if}


Jeremy Smith 03-03-2009 05:32 AM

Re: Buy now button problem
 
Thanks ever so much for that post it worked.

Just need to customise the template to make it look better than it is as it currently would just confuse the user, but thanks again.

Regards,
Jeremy

Rajdeep 03-30-2009 03:17 AM

Re: Buy now button problem
 
Hi,
Is this improvement possible?

After clicking "Buy Now" button in the products page (on any product)
> the product gets added to cart,
> a popup announces that the "Product has been added to your Cart" and
> the customer remains in the same page.

Suggestions awaited & thanks in advance..

carpeperdiem 03-30-2009 09:15 AM

Re: Buy now button problem
 
Quote:

Originally Posted by Rajdeep
Hi,
Is this improvement possible?

After clicking "Buy Now" button in the products page (on any product)
> the product gets added to cart,
> a popup announces that the "Product has been added to your Cart" and
> the customer remains in the same page.

Suggestions awaited & thanks in advance..


You might want to check out this mod from PhilJ:
http://www.xcartmods.co.uk/x-cart-ultimate-minicart-v41x-x-cart-mods-pr-9.html

Rajdeep 04-03-2009 12:15 AM

Re: Buy now button problem
 
Hi carpeperdiem,

Thank you for the link, reviewed it. Just something we are looking for. Maybe will go for it.

But is a simpler way possible to be coded where the popup (without links) come? on clicking Buy Now button (the product is added to cart & customer remains in same page.

Await response,

Best Regards,

AusNetIT 05-25-2009 05:01 AM

Re: Buy now button problem
 
HI,

Bit confuse with buy now button and add to cart button?

can we enable add to cart button in my products? and then how we proceed to checkout?

Thanks,


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

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