VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: webnerd3.14 on October 09, 2014, 00:42:46 AM

Title: Internet Explorer - Adding and Subtracting Products randomly
Post by: webnerd3.14 on October 09, 2014, 00:42:46 AM
Hello!

Virtuemart: 2.6.0
Joomla: 2.5.20
PHP: 5.4.13

In FireFox, my cart is working beautifully!  So happy with it!  It took a long time to get it working, but it is working pretty nicely(asside for one thing that I will bring up in another post)!

BUT, in Internet Explorer, odd things are happening.  Very odd things.  Here is the link: katrina.despaindesigns.com/store

What could be causing this?  I don't have this issue in FireFox, and I am not logged in in either browser, so it should not be recording previous selections.

Any help is greatly appreciated!  The launch of this site is scheduled for the end of this week.

Thank you!

Jennifer
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: jenkinhill on October 09, 2014, 10:49:43 AM
Just looked with IE11 - the IE debugger shows a js error with IE on every page, related to cbpBGSlideshow.min.js  Suggest you debug that issue as it could interfere with other js functions.

And you need to update. http://forum.virtuemart.net/index.php?topic=118683.0
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: webnerd3.14 on October 09, 2014, 19:41:05 PM
Jenkinhil, you are awesome!  Fixed it!  Didn't even need that js file! 

Thank you for the heads up on updating!  Will do so right away!

Greatly appreciate your help!!!!!

Jennifer
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: webnerd3.14 on October 09, 2014, 19:48:57 PM
Quote from: webnerd3.14 on October 09, 2014, 19:41:05 PM
Just looked with IE11 - the IE debugger shows a js error with IE on every page, related to cbpBGSlideshow.min.js  Suggest you debug that issue as it could interfere with other js functions.

And you need to update. http://forum.virtuemart.net/index.php?topic=118683.0

There seem to be some caching problems.  I will load one product into the cart and then try to add some others.  No luck, only the initial one will show, but then, if I remove that initial one, the others i loaded show up magically.  WTHeck?  It happens in FireFox as well, but not as severely.

Any thoughts?  Thanks for the help!

Jennifer
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: bluezeyes on October 10, 2014, 02:01:12 AM
Sounds for me that you have still some js errors in combination with DOM  / CSS manipulation..

Check the source code of the cart if the non visible products are in the delivered code and check your js console for errors..
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: webnerd3.14 on October 10, 2014, 02:13:12 AM
Quote from: bluezeyes on October 10, 2014, 02:01:12 AM
Sounds for me that you have still some js errors in combination with DOM  / CSS manipulation..

Check the source code of the cart if the non visible products are in the delivered code and check your js console for errors..

Thank you for your response!  It was a caching issue.  I have the cache plugin on and I just needed to disable it for now.  It was causing problems with the cart updating.  Now, that part if working just fine.... but the site will take more bandwidth.  So, I am looking into this:  http://www.jotcomponents.net/web-programming/jotcache/download/actual-versions-group

That will hopefully help me exclude the cart from the caching system and will keep it fast and accurate!

Thanks for the help!  Maybe this will help someone else too!  :-)

Jennifer
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: Milbo on October 10, 2014, 02:26:49 AM
Enable the normal joomla caching, Conservative one !, disable the plugin, it is only for statical pages.
Title: Re: Internet Explorer - Adding and Subtracting Products randomly
Post by: webnerd3.14 on October 10, 2014, 02:28:11 AM
Quote from: Milbo on October 10, 2014, 02:26:49 AM
Enable the normal joomla caching, Conservative one !, disable the plugin, it is only for statical pages.

Oooooo, awesome!  I'll try that!

Thanks!

Jennifer