Allows to manage WooCommerce products stock in multiple local stores.
Requirements
- WooCommerce
Procedure
-
Add the plugin as a Git submodule.
git submodule add --name woocommerce-local-store git@github.com:netzstrategen/woocommerce-local-store.git wp-content/plugins/woocommerce-local-store
-
Activate the plugin.
wp plugin activate woocommerce-local-store
Any kind of contribution is very welcome!
Please, be sure to read our Code of Conduct before start contributing.
If you notice something wrong please open an issue or create a Pull Request or just send an email to tech@netztsrategen.com. If you want to warn me about an important security vulnerability, please use the GitHub Security page.
Requirements
Procedure
git clone git@github.com:netzstrategen/woocommerce-local-store.git
cd woocommerce-local-store
npm install
npm run build
npm run serve
·Builds all assets and watches for changes. Alias forgulp watch
.npm run build
· Builds all the assets. Alias forgulp build
.