VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: fomlackner on April 28, 2014, 11:52:37 AM

Title: Problem in Win8 IE11 - Products not added to cart
Post by: fomlackner on April 28, 2014, 11:52:37 AM
Hello,

I have a problem with Internet Explorer 11 in Windows 8.
On this shop (http://messpappe.de/online-shop/messpappe) you can find the button "in den warenkorb" (add to cart in german), on windows 8 with ie11 when you click on this, no product is added to cart. The cart is empty.  I just tested it on this windows computer. But it don't only apperas on this product. Also if you try to buy other products.

I just tested it on a virtual win7 with ie11. And there everything works fine.

Do you have an idea, where the problem is?
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: illusiondrmr on April 28, 2014, 14:08:57 PM
Hi there,

I just tested it on my Windows 8.1 with Ie11 and its added normally, if that helps.
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: fomlackner on April 28, 2014, 14:14:15 PM
Hi thanks for your answer.

OK then it's a strange error. But it helps. Now I know that this could not be an error in all win8. Maybe it is only a error on his system.
Have someone a idea what this error could cause?
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: jenkinhill on April 28, 2014, 15:01:23 PM
Firefox28 and IE11 on Win7 show a JavaScript error which may be causing a problem for some users.
Error is:
TypeError: $(...).chosen is not a function

I suspect this is due to using jQuery1.8 where I believe it should be no higher than jQ1.7.1 - maybe check settings in jQueryEasy.
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: GJC Web Design on April 28, 2014, 17:09:06 PM
yes - you definitely have TypeError: $(...).chosen is not a function

to correct this ->

on the Jquery plugin admin
tab  ->  Advanced Site Options (Expert users only)-> other->add scripts

add :  components/com_virtuemart/assets/js/chosen.jquery.min.js

the reason is jquery easy sees the jquery.min.js in the file name and leaves it out..
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: djsteven on May 13, 2014, 23:01:18 PM
Do i need to put this code under Ignore scripts field?

:-\

Please see attachment
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: djsteven on May 13, 2014, 23:03:14 PM
This is

[attachment cleanup by admin]
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: GJC Web Design on May 13, 2014, 23:35:42 PM
that may work but I always add it in the Add Scripts

[attachment cleanup by admin]
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: djsteven on May 14, 2014, 01:05:32 AM
I just add the script but still having this issue, please see the attach picture
the website is http://www.avenidatecnologica.com/ (http://www.avenidatecnologica.com/)

[attachment cleanup by admin]
Title: Re: Problem in Win8 IE11 - Products not added to cart
Post by: djsteven on May 14, 2014, 07:43:43 AM
My problem is fixed now!
Please be sure all the js files are under the same URL structure of the website (non-www or www)

Thanks for your help!