WooCommerce Local Store
Allows to manage WooCommerce products stock in multiple local stores.
by netzstrategen · github.com/netzstrategen/woocommerce-local-store · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/netzstrategen/woocommerce-local-store/archive/refs/heads/master.zipReadme
WooCommerce Local Store
Allows to manage WooCommerce products stock in multiple local stores.
How to Install
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
How to Contribute
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.
Dev Setup
Requirements
Procedure
git clone git@github.com:netzstrategen/woocommerce-local-store.git
cd woocommerce-local-store
npm install
npm run build
Available Scripts
npm run serve·Builds all assets and watches for changes. Alias forgulp watch.npm run build· Builds all the assets. Alias forgulp build.