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
|