One Page Checkout - Shipping Address
One Page Checkout - Shipping Address
Does basket.Package() reset the Shipping Address for the basket shipments to the user's primary address?
Re: One Page Checkout - Shipping Address
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
Nevermind, it turns out that basket.Package is called in numerous places throughout the site, so my "fix" does me little good.