- 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.
OnePageCheckout Supports Multiple Ship Destinations Indirect
OnePageCheckout Supports Multiple Ship Destinations Indirect
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.
Re: OnePageCheckout Supports Multiple Ship Destinations Indirect
Yes, for multiple shipments you need to complete process from multiple shipments pages.Is my understanding correct?
Re: OnePageCheckout Supports Multiple Ship Destinations Indirect
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:
Can you tell me why it needs to clear the baskets before any changes occur?
Code: Select all
basket.Package(true)