Just a simple stock management for Isotope eCommerce. The stock per product is not a simple counter – every stock change will be tracked and you will be able to see which order caused a product's stock change (good for troubleshooting).
Provides the possibility to deactivate a product if it runs out of stock. Provides the possibility to send messages to the shop admin by configurable stock thresholds.
Via Composer
$ composer require richardhj/contao-isotope_simple_stockmanagement
- Activate and configure stock management for the product type (Isotope > Shop configuration > …)
- Add the attribute "stock" to the product type
- Create initial stock for the products by editing the product
- Messages for "product in stock" etc. in the front end
The GNU Lesser General Public License (LGPL).