Question

I'm working on a store where they do not always have the product right away, sometimes they have to produce it.

So they asked for a function that would be like this:

imagine there's a order, the customer ordered 3 products, X, Y and Z.

They have product X in stock, so they want to ship it, but products Y and Z will be produced, so they will generate 1 or two more shipping. And they would like to decide when to change status to complete, in this case it will be only after all products are delivered.

Right now after we sent the first tracking code it changes automatically to Complete.

Is it possible?

Was it helpful?

Solution

This is already possible with Magento. When you ship the available items, you need to make sure the items that are not available are set to 0. Once they are received (or in your case produced) you can then ship them 1 at a time or all together.

You can then invoice after all products have been shipped.

You can also set a custom order status to let your clients know what the status is by creating a new option such as "producing product" under System->Order Statuses

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top