Skip to content

Allows to manage WooCommerce products stock in multiple local stores.

License

Notifications You must be signed in to change notification settings

netzstrategen/woocommerce-local-store

Repository files navigation

WooCommerce Local Store

Allows to manage WooCommerce products stock in multiple local stores.

How to Install

Requirements

  • WooCommerce

Procedure

  1. 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
  2. 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 for gulp watch.
  • npm run build · Builds all the assets. Alias for gulp build.

License

GPL-2.0 License © netzstrategen