numero2 / contao-isotope-simple-erp
Most basic ERP system for Isotope eCommerce
Installs: 385
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 1
Type:contao-module
Requires
README
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 3.2.5 or newer / successfully tested with Contao 4.4.1
- Isotope eCommerce 2.4.1 or higher
Installation & Configuration
- 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())