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

qualiteam PLEASE HELP!!!!

 
Reply
   X-Cart forums > X-Payments > X-Payments issues & questions
 
Thread Tools
  #11  
Old 03-28-2012, 03:29 AM
  ambal's Avatar 
ambal ambal is offline
 

X-Cart team
  
Join Date: Sep 2002
Posts: 4,119
 

Default Re: qualiteam PLEASE HELP!!!!

Kevin, I know.

Lucas, please contact our techs for patch for your X-Cart version using http://secure.qtmsoft.com
__________________
Sincerely yours,
Alex Mulin
VP of Business Development for X-Cart
X-Payments product manager
Reply With Quote
  #12  
Old 03-28-2012, 04:18 AM
 
kevinrm kevinrm is offline
 

X-Wizard
  
Join Date: Aug 2003
Posts: 1,003
 

Default Re: qualiteam PLEASE HELP!!!!

Hi,

As per my signature, it's 4.4.5 Gold. This appears on one page checkout when customer is from a country without states, and when they pay by PayPal Express. Several Finland customers try to checkout and get error in upper right corner saying incorrect state, but then again, on the lefthand side where the customer is to fill out their address, the "State" field is blanked out because Finland has no states. It's a catch-22, they get "stuck" and can't checkout. I got around the issue by following previous poster's advice and forcing Finland to have states but this is not correct.
__________________
X-Cart 5.4.1.39 Live
PHP 7.4.33
5.5.5-10.3.38-MariaDB MariaDB
Apache 2.4
CENTOS 7.8 64Bit Single Quad-Core E3-1241v3 3.4Ghz 8M 1600 w/ HT
32GB RAM 2x 512GB Samsung 850 Pro SSD RAID 1
Reply With Quote
  #13  
Old 03-28-2012, 07:15 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: qualiteam PLEASE HELP!!!!

Alex first congrats on your new position

The fix provided for 4.4.5 will not work - the original code is different. This is 4.4.5

Code:
foreach ($address_fields as $field => $def_value) { $result[$addressIndex][$field] = ( isset($user_info[$prefix . $field]) && !empty($user_info[$prefix . $field]) ) ? $user_info[$prefix . $field] : ( !empty($user_info[$field]) ? $user_info[$field] : $def_value ); }

For other 4.4.x versions - yes what you posted is what the code is. Can you please check on 4.4.5 and repost. Thanks
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
ambal (03-28-2012)
  #14  
Old 03-29-2012, 12:24 AM
  ambal's Avatar 
ambal ambal is offline
 

X-Cart team
  
Join Date: Sep 2002
Posts: 4,119
 

Default Re: qualiteam PLEASE HELP!!!!

Steve,

> The fix provided for 4.4.5 will not work - the original code is different.
> This is 4.4.5

The issue is fixed in 4.4.5 and you don't need to apply the patch there.

The patch for for X-Cart 4.4.x versions before 4.4.5
__________________
Sincerely yours,
Alex Mulin
VP of Business Development for X-Cart
X-Payments product manager
Reply With Quote

The following user thanks ambal for this useful post:
cflsystems (03-29-2012)
  #15  
Old 03-29-2012, 09:16 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: qualiteam PLEASE HELP!!!!

Thanks for clarifying
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #16  
Old 06-29-2012, 06:13 AM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Post Re: qualiteam PLEASE HELP!!!!

Hi guys,

we had the same problem with one of our client's stores and this fix worked for 4.3:

open

/modules/XPayments_Connector/xpc_func.php

find this code:

Code:
!empty($user_info[$field]) ? $user_info[$field] : ''

change to

Code:
!empty($user_info[$field]) ? $user_info[$field] : 'None'
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote
Reply
   X-Cart forums > X-Payments > X-Payments issues & questions


Thread Tools

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 06:17 AM.

   

 
X-Cart forums © 2001-2020