Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardhj/contao-isotope_simple_stockmanagement
Simple stock management for Isotope eCommerce
https://github.com/richardhj/contao-isotope_simple_stockmanagement
isotope isotope-ecommerce stock-management
Last synced: 3 months ago
JSON representation
Simple stock management for Isotope eCommerce
- Host: GitHub
- URL: https://github.com/richardhj/contao-isotope_simple_stockmanagement
- Owner: richardhj
- Created: 2016-07-16T15:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T08:50:13.000Z (about 3 years ago)
- Last Synced: 2024-10-05T15:05:25.256Z (3 months ago)
- Topics: isotope, isotope-ecommerce, stock-management
- Language: PHP
- Size: 64.5 KB
- Stars: 8
- Watchers: 7
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Stock Management for Isotope eCommerce
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]]()
[![Dependency Status][ico-dependencies]][link-dependencies]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.## Install
Via Composer
``` bash
$ composer require richardhj/contao-isotope_simple_stockmanagement
```## Usage
* 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## TODO
* Messages for "product in stock" etc. in the front end
## License
The GNU Lesser General Public License (LGPL).
[ico-version]: https://img.shields.io/packagist/v/richardhj/contao-isotope_simple_stockmanagement.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-LGPL-brightgreen.svg?style=flat-square
[ico-dependencies]: https://www.versioneye.com/php/richardhj:contao-isotope_simple_stockmanagement/badge.svg?style=flat-square[link-packagist]: https://packagist.org/packages/richardhj/contao-isotope_simple_stockmanagement
[link-dependencies]: https://www.versioneye.com/php/richardhj:contao-isotope_simple_stockmanagement