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.
- Contao 3.2.5 or newer / successfully tested with Contao 4.4.1
- Isotope eCommerce 2.4.1 or higher
- Create a folder named
isotope_simple_erp
insystem/modules
- Clone this repository into the new folder
- Run a database update via the Installtool
- Make sure to activate
Quantity available
andSuppress 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
new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('isotope_simple_erp', $this->getRootDir())