Hi,
I'm having to handle the sale of thousands one-off, unique products (antique books).
This means that no two products are the same: stock levels always start at 1 and when that single one is bought, the product goes out-of-stock.
I need to modify PrestaShop 1.6 to ensure that if two or more customers try to put the same unique product into their carts, that only one (the first) is successful, and the second gets an out-of-stock warning.
Then, the successful cart has a certain time window to create an order. Otherwise the cart releases the product which becomes in-stock again.
My questions are:
– Does anyone know of any module which provides this (or similar) functionality?
– If not, at which points in the PrestaShop code would recommend implementing the above enhancements?
– Is the "reservation" concept of AdvancedStockManagement helpful here?
I would very much appreciate the insights of anyone who has implemented something similar.
Thanks!
Peter