Commerce Split Checkout
Categories
Component ID
1891426
Component name
Commerce Split Checkout
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module provides a framework for "splitting" the checkout into a new order. You can provide an option to the user to "Save cart for later" and proceed with a new order that has a checkout process flagged with a query string ("/checkout/[ORDER]/page?cmode=process_name").
I wouldn't recommend getting into this unless you're ready to read through code comments and are familiar with Drupal hooks.
Split checkout process
- Link user to checkout-splitting page
- Provide user options on how to continue
- Save current order for later
- Allow user to checkout with new order
- Reload order that was "saved for later"
