VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: v.matiakis on December 04, 2012, 15:53:36 PM

Title: Pressing "add to cart" no popup dialog
Post by: v.matiakis on December 04, 2012, 15:53:36 PM
When i press "add to cart" the popup does not appear. Recentrly i have changed .model to div.model does this has to do something with it? What is the problem?

Virtuemart version : 2.0.14
Joomla : 2.5.8 Stable
Title: Re: Pressing "add to cart" no popup dialog
Post by: bytelord on December 04, 2012, 18:43:09 PM
Hello,

Not it's not. the div.modal was related to bootstrap framework as i told you on your previous post. May be you have install any components/modules that uses jquery and you jave javascript conflicts.

Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0

Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries

Also you could provide a live url to test it also.

Regards
Title: Re: Pressing "add to cart" no popup dialog
Post by: andreas.hallberg on December 16, 2012, 02:12:48 AM
Hi,

I have the same problem. After "add to cart" nothing happens. After updating the page the product will be visible in the cart module. I have tried to disable the Virtuemart Jquery in the template settings, but then I go directly to the cart without adding any products.

Another problem with my parent/child-product with stock is that it is the same child that will be added regardless of which one I choose, see picture.

Any suggestion?

BR

Andreas

[attachment cleanup by admin]
Title: Re: Pressing "add to cart" no popup dialog
Post by: bytelord on December 16, 2012, 11:11:30 AM
Quote from: andreas.hallberg on December 16, 2012, 02:12:48 AM
I have the same problem. After "add to cart" nothing happens. After updating the page the product will be visible in the cart module. I have tried to disable the Virtuemart Jquery in the template settings, but then I go directly to the cart without adding any products.

I think you solve this one, am i right?
Title: Re: Pressing "add to cart" no popup dialog
Post by: andreas.hallberg on December 17, 2012, 18:29:36 PM
Quote from: bytelord on December 16, 2012, 11:11:30 AM
I think you solve this one, am i right?


Yes, thanks. It had to do with an menu module that loaded JQuery. I have now changed to another menu that works.

/Andreas
Title: Re: Pressing "add to cart" no popup dialog
Post by: bytelord on December 17, 2012, 18:35:02 PM
Great,

good luck with your project.