VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: lolly on January 30, 2012, 17:25:19 PM

Title: disable the checkout notice pop-up- popup window
Post by: lolly on January 30, 2012, 17:25:19 PM
Hi

In VM 2.0.0 how do I disable the checkout notice pop-up?

Thanks
Title: Re: disable the checkout notice pop-up- popup window
Post by: roelschoen on February 07, 2012, 22:08:50 PM
Anybody already found a solution for this?
Title: Re: disable the checkout notice pop-up- popup window
Post by: bindee on February 27, 2012, 17:01:32 PM
? please
Title: Re: disable the checkout notice pop-up- popup window
Post by: sunrome on April 09, 2012, 07:18:43 AM
Help for beginners, please.
Title: Re: disable the checkout notice pop-up- popup window
Post by: Studio 42 on April 12, 2012, 17:56:54 PM
Hi,
Plz explain exactly that we can help you.
What for popup ?
Title: Re: disable the checkout notice pop-up- popup window
Post by: steve on April 12, 2012, 18:09:42 PM
I'm with you on this request..  it would be good to have the option to turn off the pop-up when adding items to the shopping cart, and have it go straight to the cart.

-AND-  turn off the Terms and Conditions check box..

Joomla 2.5.4
VM 2.0.4

We are putting together a non-profit charity site and have to have it launched tonight... eeee
Title: Re: disable the checkout notice pop-up- popup window
Post by: Studio 42 on April 13, 2012, 07:48:59 AM
Config settings and javascript added for the popup "addtocart" in last dev revision.
Final release is comming ....
Title: Re: disable the checkout notice pop-up- popup window
Post by: sunrome on April 18, 2012, 12:07:00 PM
2 Electrocity

last dev revision you mean 2.0.6? If yes, can you tell where is locate Config settings and what settings need to change. THX
Title: Re: disable the checkout notice pop-up- popup window
Post by: jenkinhill on April 18, 2012, 12:22:20 PM
"Display modal popup upon 'Add to cart' " in Config/Checkout
Title: Re: disable the checkout notice pop-up- popup window
Post by: archos on April 18, 2012, 17:13:22 PM
First I was really happy to see this option to disable this ##!!@ pop-up windows.(look at the claims since 2.0.0)
But now if we disable it we move directly to the checkout page... This is totally confusing...
Why the hell could you no just disable this facebox windows WITHOUT moving anywhere WITHOUT doing anything else than disable it.
I'm not sure what is the worst now.

We just need something in the same way as 99% of the ecommerce solution (look at amazon by exemple)
we add items to the cart without anoying popup and when finish we go to the chekout.

Thanks to electrocity to have taken this issue about this facebox popup.
Title: Re: disable the checkout notice pop-up- popup window
Post by: sunrome on June 07, 2012, 12:43:42 PM
Quote from: jenkinhill on April 18, 2012, 12:22:20 PM
"Display modal popup upon 'Add to cart' " in Config/Checkout
It doesn't work. I still see this window:
Continue Shopping           Show Cart
The product quantity has been updated.


But if I comment out in \administrator\components\com_virtuemart\helpers\config.php next string:
890 JHTML::stylesheet('facebox.css', 'components/com_virtuemart/assets/css/', false);
This popup window is not displayed anymore.

Am I doing something wrong?