WooCommerce POS plugin
A WordPress plugin for taking WooCommerce orders at the Point of Sale.
About — Structure — Workflows — How to use it
Coming soon.
Coming soon.
We recommend LocalWP for creating a WordPress install on your local machine.
You can either clone the WooCommerce POS repository into the /wp-content/plugins/ folder or create a symbolic link (recommended).
git clone https://github.com/wcpos/woocommerce-pos.gitTo prepare the repository for local development you should rename .env.example to .env, this will set the local development flag to true.
Next you will need to install the required PHP via composer and JavaScript packages via yarn.
composer prefix-dependencies
composer install
yarn installOnce you have installed the required packages you can now start development. To build the settings page, use:
yarn settings startComing soon.