Help! Zip Code matching multiple zones/methods at checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Help! Zip Code matching multiple zones/methods at checkout

Post by nickc » Mon Mar 31, 2008 9:18 am

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

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

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

Post by AbleMods » Wed Apr 02, 2008 9:42 pm

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.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

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

Post by nickc » Thu Apr 03, 2008 2:58 pm

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

Post Reply