OnePageCheckout Supports Multiple Ship Destinations Indirect

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

OnePageCheckout Supports Multiple Ship Destinations Indirect

Post by ZLA » Thu Jul 02, 2009 6:39 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: OnePageCheckout Supports Multiple Ship Destinations Indirect

Post by mazhar » Thu Jul 02, 2009 10:21 am

Is my understanding correct?
Yes, for multiple shipments you need to complete process from multiple shipments pages.

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: OnePageCheckout Supports Multiple Ship Destinations Indirect

Post by ZLA » Thu Jul 02, 2009 2:00 pm

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?

Post Reply