News:

Looking for documentation? Take a look on our wiki

Main Menu

Problem in Win8 IE11 - Products not added to cart

Started by fomlackner, April 28, 2014, 11:52:37 AM

Previous topic - Next topic

fomlackner

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?

illusiondrmr

Hi there,

I just tested it on my Windows 8.1 with Ie11 and its added normally, if that helps.

fomlackner

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?

jenkinhill

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.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

GJC Web Design

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..
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

djsteven

#5
Do i need to put this code under Ignore scripts field?

:-\

Please see attachment

djsteven


GJC Web Design

that may work but I always add it in the Add Scripts

[attachment cleanup by admin]
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

djsteven

I just add the script but still having this issue, please see the attach picture
the website is http://www.avenidatecnologica.com/

[attachment cleanup by admin]

djsteven

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!