Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart v4.4.5 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #51  
Old 02-23-2012, 03:02 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
KRSales (01-11-2013)
  #52  
Old 02-23-2012, 06:40 PM
  flyclothing's Avatar 
flyclothing flyclothing is offline
 

eXpert
  
Join Date: Aug 2004
Location: Gilbert, AZ
Posts: 357
 

Default 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.
__________________
Jonathan
Flyclothing, LLC
PO Box 1490
Gilbert, AZ 85299-1571
P 480.422.7350
F 888.359.2568
www.flysportsgear.com?MMCF_xcartforum (X-Cart 4.5.2) FOR SALE
Reply With Quote
  #53  
Old 03-06-2012, 05:25 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default 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.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #54  
Old 03-06-2012, 08:51 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #55  
Old 03-11-2012, 03:34 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #56  
Old 03-11-2012, 06:03 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default 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
__________________
WooCommerce as of 10/2022
Reply With Quote
  #57  
Old 03-16-2012, 01:32 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default 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.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #58  
Old 03-16-2012, 01:38 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default 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.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #59  
Old 03-16-2012, 01:58 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #60  
Old 03-16-2012, 04:01 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default 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.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:16 AM.

   

 
X-Cart forums © 2001-2020