VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: lipes on May 25, 2012, 02:21:07 AM

Title: add to cart popup jquery.min.js (solved)
Post by: lipes on May 25, 2012, 02:21:07 AM
Hi. I've instaled 2.0.7 D .. and now i dont got the Add to Cart popup when i click in the "add to cart" button...

just know now that add to cart popup it's incompatible with adding
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
in the index file

Fixed
Title: Re: 2.0.7 d not show add to cart popup
Post by: John2400 on May 25, 2012, 08:29:46 AM
 Hi lipes,

I've go a few other issues but in my version of 2.0.7 d the pop up works. "add to cart" -
Title: Re: add to cart popup incompatible with adding jquery.min.js
Post by: John2400 on May 26, 2012, 00:37:24 AM
possible solution
http://forum.virtuemart.net/index.php?topic=101382.new;topicseen#new
Title: Re: add to cart popup incompatible with adding jquery.min.js
Post by: lipes on May 26, 2012, 00:55:57 AM
[OffTopic] John2400: Could you please check (in your website) if your Costum Fields are working?
I am in trouble with adding a different price from CustomField in the Cart page checkout..  :S   
i am working in localhost, but this is my test website: http://outros.net23.net/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=8&virtuemart_category_id=2
Title: Re: add to cart popup jquery.min.js (solved)
Post by: archit on May 30, 2012, 02:36:35 AM
Hi,

Just had upgrade my shop form VM2.0.2 to VM2.0.6 and stuck with the problem for the popup. when I hit the add to cart button and cant see the popup but when I referesh the page it shows the item in the cart to fix that problem simple follow the instructions from this post and updated the facebox.js and it works. Just to be on safe side I keept the original version of it on my ftp before updating to that file supplied the post.... go ahead and try it....all the best....!

http://forum.virtuemart.net/index.php?topic=101067.msg336588#msg336588

Regards,
Archit
Title: Re: add to cart popup jquery.min.js (solved)
Post by: Milbo on May 31, 2012, 13:48:25 PM
Please go in your shopconfig, there to the the checkout and enable the add to cart popup, or install directly the 2.0.7d.
Title: Re: add to cart popup jquery.min.js (solved)
Post by: Muszti on January 24, 2014, 15:11:24 PM
For me it was the same problem: add to cart button fancybox did not work.
tried my page with http://www.hermex.hu, then tried http://hermex.hu
One of them was working well with the add to cart popup, other didn't.

It turned out that in configuration php it was a setting for live site either one link with www or without it.

I just cleared out that setting in configuration.php like this:
public $live_site = '';

And now both way of domain name works correctly.