VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: SteP[IT] on May 07, 2015, 11:46:57 AM

Title: Product image does not pop-up in Fancybox when cart module is published [solved]
Post by: SteP[IT] on May 07, 2015, 11:46:57 AM
I'm experiencing it VM 3.0.9 on J 3.4.1: when I publish the Cart Module, the pop-up product image does not work anymore.
Unpublishing the module, the Fancybox works again.
I'm not using a standard template, but it works normally when the Cart module is unpublished, so I presume the template doesn't matter.

The difference between the two behaviours consists in a couple of scripts being loaded when publishing the Cart module:

  <script src="/components/com_virtuemart/assets/js/vmkeepalive.js?vmver=8847" type="text/javascript" defer="defer" async="async"></script>
  <script src="/modules/mod_virtuemart_cart/assets/js/update_cart.js?vmver=8847" type="text/javascript"></script>


Is there a way to get it working normally??

Thank you in advance
Regards
Title: Re: Product image does not pop-up in Fancybox when cart module is published: bug?
Post by: jenkinhill on May 07, 2015, 12:13:50 PM
I don't see that problem using VM3.0.9 with VM default templates, J3.4.1 Protostar template.
Title: Re: Product image does not pop-up in Fancybox when cart module is published: bug?
Post by: SteP[IT] on May 07, 2015, 14:28:39 PM
Thanks jenkinhill, I've fund the problem & fixed it: plugin JQuery Easy not correctly configured, sorry for "posting before thinking", this time....  :-[