Author Topic: add to cart popup jquery.min.js (solved)  (Read 9394 times)

lipes

  • Full Member
  • ***
  • Posts: 720
add to cart popup jquery.min.js (solved)
« 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
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

John2400

  • Virtuemart - the Future is ever Changing
  • Global Moderator
  • Full Member
  • *
  • Posts: 1568
  • VirtueMart Version: Use VM3.6+
Re: 2.0.7 d not show add to cart popup
« Reply #1 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" -

John2400

  • Virtuemart - the Future is ever Changing
  • Global Moderator
  • Full Member
  • *
  • Posts: 1568
  • VirtueMart Version: Use VM3.6+

lipes

  • Full Member
  • ***
  • Posts: 720
Re: add to cart popup incompatible with adding jquery.min.js
« Reply #3 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
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

archit

  • Beginner
  • *
  • Posts: 3
Re: add to cart popup jquery.min.js (solved)
« Reply #4 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

Milbo

  • Virtuemart Projectleader
  • Administrator
  • Super Hero
  • *
  • Posts: 10663
  • VM4.0.232 Eagle Owl
    • VM3 Extensions
  • VirtueMart Version: VirtueMart 4 on joomla 3
Re: add to cart popup jquery.min.js (solved)
« Reply #5 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.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Muszti

  • Beginner
  • *
  • Posts: 18
Re: add to cart popup jquery.min.js (solved)
« Reply #6 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.