vanilophp / product

Product Module for Vanilo (or any Laravel app)
https://vanilo.io
MIT License
18 stars 8 forks source link

Add Simple Stock Feature #5

Closed yusufkandemir closed 5 years ago

yusufkandemir commented 5 years ago

This PR resolves #4. Implemented as mentioned in this comment.

Some ideas:

Maybe a new ProductState stating stock status(active but not on stock etc.) can be added. $product->canBeBought() that checks if stock >= minimum_buy_amount can be added in future, when some kind of minimum buying amount mechanism added.

fulopattila122 commented 5 years ago

Cool stuff, thank you :clap: