Page 1 of 1

One Page Checkout - Shipping Address

Posted: Thu Jun 09, 2011 8:34 am
by sweeperq
Does basket.Package() reset the Shipping Address for the basket shipments to the user's primary address?

Re: One Page Checkout - Shipping Address

Posted: Thu Jun 09, 2011 8:47 am
by sweeperq
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.

Re: One Page Checkout - Shipping Address

Posted: Thu Jun 09, 2011 9:33 am
by sweeperq
Nevermind, it turns out that basket.Package is called in numerous places throughout the site, so my "fix" does me little good.