Page 1 of 1
Can I upgrade jQuery version in opencart?
Posted: Mon Jan 30, 2012 10:42 pm
by banktp106
Can I upgrade jquery version to 1.7.1 in opencart 1.5.3.1?
Does anyone ever try?
Re: Can I upgrade jQuery version in opencart?
Posted: Mon Jan 30, 2012 10:58 pm
by Qphoria
why not try and tell us?
Re: Can I upgrade jQuery version in opencart?
Posted: Tue Jan 31, 2012 2:34 pm
by banktp106
I just ask. If someone have tried then I will save my time.
Re: Can I upgrade jQuery version in opencart?
Posted: Tue Jan 31, 2012 10:17 pm
by straightlight
I did tried it and seem to have no problem. However, it is best to keep the version where it is for compatibility issues and to use the one from what has been already delivered for support reasons.

Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 8:37 pm
by adamscott
There is no problem while installing the Jquery version on to the Opencart.It supports in the opencart. But if we install with a better compatible version then its great for the support.
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 9:28 pm
by straightlight
I would like to update the subject by adding that two upgrades were available for browsers: Opera and Firefox lately. Since then, I'm unable to add products to the cart myself. I do have the latest jQuery library min version but still can't seem to add products to the cart since ...
I did used the CTRL-SHIFT+J and seem to have lots of JS error loading which I didn't encountered before.
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 9:50 pm
by Qphoria
straightlight wrote:I would like to update the subject by adding that two upgrades were available for browsers: Opera and Firefox lately. Since then, I'm unable to add products to the cart myself. I do have the latest jQuery library min version but still can't seem to add products to the cart since ...
I did used the CTRL-SHIFT+J and seem to have lots of JS error loading which I didn't encountered before.
You are saying with Firefox 10 you cannot add to cart?
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 9:52 pm
by straightlight
Qphoria wrote:straightlight wrote:I would like to update the subject by adding that two upgrades were available for browsers: Opera and Firefox lately. Since then, I'm unable to add products to the cart myself. I do have the latest jQuery library min version but still can't seem to add products to the cart since ...
I did used the CTRL-SHIFT+J and seem to have lots of JS error loading which I didn't encountered before.
You are saying with Firefox 10 you cannot add to cart?
That is correct. Don't know if other people does encounter the same issues though.
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 10:14 pm
by Qphoria
I cannot reproduce.
Using the standard jQuery that comes with OpenCart (1.6.1), as well as the latest one hosted on google's api (1.7.1)
Both min and uncompressed work perfectly on the latest FF, Opera, Chrome, and IE9 with no issues.
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 10:16 pm
by straightlight
Strange because this topic also says otherwise but this time for IE:
http://forum.opencart.com/viewtopic.php?f=20&t=52381
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 10:34 pm
by Qphoria
Re: Can I upgrade jQuery version in opencart?
Posted: Thu Feb 02, 2012 11:52 pm
by Qphoria
Found the cause for his issue. Doesn't appear to be a jquery problem, just bad syntax
Re: Can I upgrade jQuery version in opencart?
Posted: Fri Feb 03, 2012 12:21 am
by straightlight
Qphoria wrote:
Found the cause for his issue. Doesn't appear to be a jquery problem, just bad syntax
Based on which source exactly ? Is there a location on the forum or any theory based on what might simply be bad syntax related ?
Re: Can I upgrade jQuery version in opencart?
Posted: Fri Feb 03, 2012 12:36 am
by straightlight
However, while the above is false statement and my issue has NOT been fixed, this is what I see from CTRL-SHIFT+J when I click the add to cart button:
Code: Select all
POST index.php?route=checkout/cart/update 403 (Forbidden)
f.support.ajax.f.ajaxTransport.sendjquery-1.6.1.min.js:18
f.extend.ajaxjquery-1.6.1.min.js:18
(anonymous function)index.php:368
f.event.handlejquery-1.6.1.min.js:17
f.event.add.i.handle.k
and didn't happened before yesterday with fresh installation of OC v1.5.1.3.1.
I even tried with the latest jQuery and same report comes in but with 1.7.1 instead.
Re: Can I upgrade jQuery version in opencart?
Posted: Fri Feb 03, 2012 1:11 am
by Qphoria
straightlight wrote:Qphoria wrote:
Found the cause for his issue. Doesn't appear to be a jquery problem, just bad syntax
Based on which source exactly ? Is there a location on the forum or any theory based on what might simply be bad syntax related ?
In the thread you linked
http://forum.opencart.com/viewtopic.php ... 81#p246921
Your issue is not related to jquery either. 403 errors are server related.
Re: Can I upgrade jQuery version in opencart?
Posted: Fri Feb 03, 2012 1:18 am
by straightlight
So what you're saying is that even on a unmodified localhost setting for testing this behavior and after one day out of the blue it may just occur to have a 403 error and which may be related to a server error ? Very unlikely but I do admire the effort you're putting into this.