Hi, I've been searching for a solution to show varying arrival time based on which supplier the products are from.
My problem is that I do not have every single product in local stock but in stock at different suppliers. So I want to show:
- Delivery date for local stock products: 3-5 days
- Delivery date for supplier 1 remote stock products: 10-12 days
- Delivery date for supplier 2 remote stock products: 6-7 days
- and so on...
So when the stock level in my store goes under 1 for any products it has to show a different expected delivery time based on which supplier it comes from. Any ideas on how to do this?