X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   X-Cart v4.4.5 released (https://forum.x-cart.com/showthread.php?t=62444)

cflsystems 02-23-2012 03:02 PM

Re: X-Cart v4.4.5 released
 
Another bug and it has been present in 4.4.x since its first release - if Flyout menus are enabled and there is jquery popup (for example go to contact us page and click send without any details) categories stay highlighed instead of greyd out like the rest of the page - go here and click on submit - http://demo.x-cart.com/demo/help.php?section=contactus&mode=update

flyclothing 02-23-2012 06:40 PM

Re: X-Cart v4.4.5 released
 
I tested the site on IE and found the issue. You had to click twice for either the shipping or payment to change. The fix you provided fixed it.

Thanks again.

2coolbaby 03-06-2012 05:25 PM

Re: X-Cart v4.4.5 released
 
Quote:

Originally Posted by cflsystems
4.4.5 has issues with XC OPC in IE. You may experience one or more of the following: shipping and/or payment methods will not update when changed, cart contents may disappear when changing shipping methods, the selected shipping and/or payment methods may not highlight when changed until you click second time of it. This is also present on the demo site. XC 4.4.5 comes with jquery 1.7.1 and in my testing this is the reason fo rthe above. Replace the jqury load call in service_js.tpl with version 1.6.2 and all works. the easiest way just replace the line with

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>


Can you give more exact instructions on what to replace with what? I was confused on exactly what you were doing to fix this problem.

cflsystems 03-06-2012 08:51 PM

Re: X-Cart v4.4.5 released
 
Replace this line

{load_defer file="lib/jquery-min.js" type="js"}

with this

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

in skin/common_files/customer/service_js.tpl

cflsystems 03-11-2012 03:34 PM

Re: X-Cart v4.4.5 released
 
There is for some time now. As the quote stated - in your my licenses section. Upgrades within the same branch are not only database but files upgrade as well

elmirage001 03-11-2012 06:03 PM

Re: X-Cart v4.4.5 released
 
Quote:

Originally Posted by cflsystems
There is for some time now. As the quote stated - in your my licenses section. Upgrades within the same branch are not only database but files upgrade as well

Hi Steve, Thanks

2coolbaby 03-16-2012 01:32 PM

Re: X-Cart v4.4.5 released
 
Quote:

Originally Posted by cflsystems
Replace this line

{load_defer file="lib/jquery-min.js" type="js"}

with this

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

in skin/common_files/customer/server_js.tpl



I do not have a server_js.tpl here. I do have a service_js.tpl. Could it be a typo, or do I have a problem?

I am having serious problems with IE customers being able to check out. When they enter in the address it sticks on processing and then says Error refresh, which does not work either.

2coolbaby 03-16-2012 01:38 PM

Re: X-Cart v4.4.5 released
 
I did replace it in service_js.tpl, but the problem still persists. I am able to reproduce it on IE 9. No problem with my other browsers.

cflsystems 03-16-2012 01:58 PM

Re: X-Cart v4.4.5 released
 
Sorry, yes servoce_js.tpl (I corrected my post). This fix works, I can confirm, you have 3rd party skin so the problem could be there. You can switch back to the original XC code and see if it works better for you

2coolbaby 03-16-2012 04:01 PM

Re: X-Cart v4.4.5 released
 
Original xc code didn't work either, which is why I changed it. Thanks for trying. I guess I get to ask Phil, since this is his smart template.


All times are GMT -8. The time now is 09:42 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.