VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: expertpc on March 16, 2016, 21:55:34 PM

Title: additionnal pictures not change on product
Post by: expertpc on March 16, 2016, 21:55:34 PM
Hi all gang,

I Have a little problem...

I Using VM 3.0.14. I don't understant why the second, third, etc picture doesn't change when I click on it. Does someone had this problem before? I didn't find any solution on my side...

There's the link for the actual website with the problem:
http://maddelectronique.com/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=17470&virtuemart_category_id=50&Itemid=101&lang=en

try to click on thumbnails..you will see by yourself...
Title: Re: additionnal pictures not change on product
Post by: Studio 42 on March 17, 2016, 10:28:17 AM
Bonjour expertpc,
javascript error, check the console.
Quote$(...).vm2front is not a function
So you have 2 choice:
Check why this script is loaded here(because it's not needed, only in cart), it's certainly loaded with vmJsApi::JcountryStateList
Always Load the main vm2front javascript with vmJsApi::jSite(); or check your VM config Settings ,this can prevent to load it.
Salutation,
Patrick