Page 1 of 1

Help! Zip Code matching multiple zones/methods at checkout

Posted: Mon Mar 31, 2008 9:18 am
by nickc
After the lenghtly processing of configuring all US zip codes into multiple zones and ship methods (some methods have multiple zones), I now find that zips are matching to multiple zones (eg 98104 is in both zone 5 and 6) on the checkout page. I have been over the config with a fine tooth comb (there are no leading * chars, etc). What else might be the problem here? Using AC7 RC1, build 8272. Trying to take this site live today - any help appreciated!

-Nick

Re: Help! Zip Code matching multiple zones/methods at checkout

Posted: Wed Apr 02, 2008 9:42 pm
by AbleMods
I don't think RC1 is going to be supported by anyone is it? It's a very early release and many, many code fixes have been made since then. Even the class DLL files have been updated since then, and there's alot of code in those.

Re: Help! Zip Code matching multiple zones/methods at checkout

Posted: Thu Apr 03, 2008 2:58 pm
by nickc
Yea, I know. Worked around this issue by using Fedex integrated w/o including handling.

Still, RC1 can do what RC3 can't - Order Coupons.
Volumes after day 2:

Code: Select all

select OrderItemTypeId, count(*) as [Count] , sum(Quantity * Price) as [Amount]
from ac_OrderItems group by OrderItemTypeId

OrderItemTypeId Count       Amount
--------------- ----------- ---------------------------------------
0               206         3128.9100
1               115         670.9900
2               115         205.9900
3               12          43.7800
4               4           -129.5500
5               99          -2898.9600
Will sure be nice to get up to the current version.

-Nick