Page 1 of 1

OnePageCheckout Supports Multiple Ship Destinations Indirect

Posted: Thu Jul 02, 2009 6:39 am
by ZLA
I just want to confirm my understanding of the Multiple Shipping Destinations. OnePageCheckout doesn't directly support multiple destinations. That is, if you choose multiple destinations, you are redirected to Checkout/ShipAddresses.aspx and must complete checkout (payment, etc) using it. If you go back to checkout, you will lose the assignment of items to multiple destinations you have selected, although the addresses are saved.
  • Is my understanding correct?
  • Has anyone incorporated the multiple shipping control into the one page checkout? I'm guessing not since multiple shipping actually requires more than one page.
  • Are there any posts about being able to go back and forth on the old multiple page checkout process. From what I see, the old process let you go from Checkout to Ship to Gift to Payment but doesn't make it easy to go backwards and modify a step if you need to.
Thanks in advance.

Re: OnePageCheckout Supports Multiple Ship Destinations Indirect

Posted: Thu Jul 02, 2009 10:21 am
by mazhar
Is my understanding correct?
Yes, for multiple shipments you need to complete process from multiple shipments pages.

Re: OnePageCheckout Supports Multiple Ship Destinations Indirect

Posted: Thu Jul 02, 2009 2:00 pm
by ZLA
Once you've added your shipping destinations, if you go back to view the cart, it resets the basket shipments when it gets to the following command in Basket.ascx.cs:

Code: Select all

basket.Package(true)
Can you tell me why it needs to clear the baskets before any changes occur?