let's say the stock of a product is zero. Is it then possible to store an addition to the product name in the orderline? Or is it possible to note this somewhere in the orderline?
This would enable the seller to recognise that the customer has bought the product, even though he saw in the shop that it was out of stock. He could than put him on a waiting list or so...
Out of stock indicator in orderline
Hi Matt,
let's say the stock of a product is zero. Is it then possible to store an addition to the product name in the orderline? Or is it possible to note this somewhere in the orderline?
This would enable the seller to recognise that the customer has bought the product, even though he saw in the shop that it was out of stock. He could than put him on a waiting list or so...
Thank you
Kind regards, Edi
Hi Edi,
Take a look at the properties API as this lets you store arbitrary data against and order / order line https://vendr.net/docs/core/3.0.0/key-concepts/properties/
Also, take a look at the order editor config file in order to display your property in the back office https://vendr.net/docs/core/3.0.0/key-concepts/ui-config-files/
Hope this helps
is working on a reply...