Replies: 1 comment 3 replies
-
OpenStore tracks stock at the model level. If you're using models(and not options) then you should be able to track the stock of each model in the manner that you are describing. I'm not 100% sure but it sounds like you may be using options... If that's the case then you would bump into difficulties. There would need to be some changes to add support for option stock tracking in the core. Another viable option would be to implement a custom OrderCompleteEvent handler that would allow for you to track stock per option. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Case:
Shop owner sells shoes and he wants a product to a have a model for the colors and a model for the shoe sizes.
This way the shop owner has control over the stock of colors and sizes.
For example, the shop owner can now mark shoe model size 10 en model of color red as out of stock.
Is there a way to achieve this in open store?
Beta Was this translation helpful? Give feedback.
All reactions