View Single Post
  #44  
Old 04-29-2015, 10:34 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Attention users of X-Cart vv.4.0.x - 4.7.1

I don't know how this worked before but the 4.2.3 patch break 4.2.2 cart. Just below the changes in func.cart.php the code calls for

$pzone["zoneid"]

which does not exist. The array for which this applies is a simple array without keys. The cart will not return any shipping rates based on user-defined zones.

replacing

$pzone["zoneid"]

with

$pzone

makes it work again.

Or just make the patch "func_query" instead of "func_query_column"....

Just another sleepless night....
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote