Hi Everyone,
We’re facing a challenge with our order process involving two product types:
- Product A: In-stock items
- Product B: Make-to-order items (currently displayed as “Delivery in 2 weeks”)
Problem: When customers add both products to their cart, they encounter a situation where the order involves multiple shipments.
Desired Behavior:
- Clear Product Differentiation:
-
Product A should be displayed as a standard product with an “Add to Cart” button.
-
Product B should display a clear message stating “Delivery in 2 weeks” without a “Pre-Order” button.1. Cart Warning:
-
When both product types are in the cart, a prominent warning message should appear, informing the customer about the different shipping times.1. Order Splitting Option:
-
Provide customers with two clear options:
-
Option 1: Receive the entire order in one shipment based on the latest delivery time.
-
Option 2: Split the order into two separate shipments for faster delivery of in-stock items.1. Order Processing:
-
If the customer chooses Option 1, create a single order with a combined shipping cost.
-
If the customer chooses Option 2, create two orders with individual shipping costs and send separate confirmation emails for each order.
Goal: To provide customers with a seamless and transparent shopping experience while optimizing order fulfillment for our business.
Please advise on the best approach to implement this functionality.