View Single Post
  #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