https://github.com/numero2/contao-isotope-simple-erp
Most basic ERP system for Isotope eCommerce.
https://github.com/numero2/contao-isotope-simple-erp
contao isotope
Last synced: 5 months ago
JSON representation
Most basic ERP system for Isotope eCommerce.
- Host: GitHub
- URL: https://github.com/numero2/contao-isotope-simple-erp
- Owner: numero2
- License: lgpl-3.0
- Created: 2016-02-03T08:45:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:38:47.000Z (over 2 years ago)
- Last Synced: 2024-11-22T07:48:14.302Z (5 months ago)
- Topics: contao, isotope
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Contao Isotope Simple ERP
=======================[](https://contao.org/) [](https://packagist.org/packages/numero2/contao-isotope-simple-erp) [](http://www.gnu.org/licenses/lgpl-3.0)
About
--
Most basic ERP system for Isotope eCommerce.When bought, the products "availability" counter gets decreased.
If configured, products will be automatically suppressed once no quantity is available.If a product has a limited quantity configured the users won't be able to put more in their cart as there is in total.
There is a simple message in backend which lets you know how many products are currently unavailable.
System requirements
--* [Contao](https://github.com/contao/core) 3.2.5 or newer / successfully tested with Contao 4.4.1
* [Isotope eCommerce](https://github.com/isotope/core) 2.4.1 or higherInstallation & Configuration
--* Create a folder named `isotope_simple_erp` in `system/modules`
* Clone this repository into the new folder
* Run a database update via the Installtool
* Make sure to activate `Quantity available` and `Suppress on zero?` in your product type**Additional step for Contao 4.X:**
Open `app/AppKernel.php` and add the following line to the $bundles array
```php
new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('isotope_simple_erp', $this->getRootDir())
```