One Page Checkout - Shipping Address

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

One Page Checkout - Shipping Address

Post by sweeperq » Thu Jun 09, 2011 8:34 am

Does basket.Package() reset the Shipping Address for the basket shipments to the user's primary address?

sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

Re: One Page Checkout - Shipping Address

Post by sweeperq » Thu Jun 09, 2011 8:47 am

Debugged before and after and it does. Ended up writing a small snippet of code before the basket.Package() piece to capture the current shipping address so I could have it be the default if a user exits the checkout then returns.

sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

Re: One Page Checkout - Shipping Address

Post by sweeperq » Thu Jun 09, 2011 9:33 am

Nevermind, it turns out that basket.Package is called in numerous places throughout the site, so my "fix" does me little good.

Post Reply