Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Allows to manage WooCommerce products stock in multiple local stores.

License

Notifications You must be signed in to change notification settings

somoscuatro/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 [email protected]: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 [email protected]. If you want to warn me about an important security vulnerability, please use the GitHub Security page.

Dev Setup

Requirements

Procedure

git clone [email protected]: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

About

Allows to manage WooCommerce products stock in multiple local stores.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.4%
  • SCSS 18.9%
  • JavaScript 10.7%