2017 © Pedro Peláez
 

contao-module contao-isotope-simple-erp

image

numero2/contao-isotope-simple-erp

  • Monday, November 13, 2017
  • by numero2
  • Repository
  • 2 Watchers
  • 2 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Contao Isotope Simple ERP

, (*1)

About

Most basic ERP system for Isotope eCommerce., (*2)

When bought, the products "availability" counter gets decreased. If configured, products will be automatically suppressed once no quantity is available., (*3)

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., (*4)

There is a simple message in backend which lets you know how many products are currently unavailable., (*5)

System requirements

Installation & 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, (*6)

new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('isotope_simple_erp', $this->getRootDir())

The Versions