Unpaid Order - Stop altering stock levels

Hello, I'm looking for a script that will stop all Open but Unpaid orders altering stock levels. I have several products which have, for example, 3 items in open orders when these orders are unpaid.

Solution 1:

To prevent an order from changing the stock availability you will have to lock it. the script, however, does not run on unpaid orders unless you run it manually.


In this case, you would need a macro script which locks the unpaid orders.


Solution 2:

Create a dummy location which must not used for inventory syncing. Set all channels to download orders into that location. Also, setup rules engine to move orders from this location (it will not run on unpaid orders)


the end result is paid orders in Location one, unpaid in dummy location. When the order is changed from unpaid to paid rules engine will automatically move it location one.


Login to post a comment