https://github.com/wcpos/woocommerce-pos
A WordPress plugin for taking WooCommerce orders at the Point of Sale.
https://github.com/wcpos/woocommerce-pos
ecommerce point-of-sale woocommerce woocommerce-plugin wordpress wordpress-plugin
Last synced: 13 days ago
JSON representation
A WordPress plugin for taking WooCommerce orders at the Point of Sale.
- Host: GitHub
- URL: https://github.com/wcpos/woocommerce-pos
- Owner: wcpos
- License: gpl-3.0
- Created: 2021-03-16T11:50:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T21:02:37.000Z (16 days ago)
- Last Synced: 2026-01-12T23:48:00.551Z (16 days ago)
- Topics: ecommerce, point-of-sale, woocommerce, woocommerce-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/woocommerce-pos
- Size: 13.7 MB
- Stars: 41
- Watchers: 6
- Forks: 16
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
WCPOS – Point of Sale (POS) plugin for WooCommerce
A WordPress plugin for taking WooCommerce orders at the Point of Sale.
About
—
Structure
—
Workflows
—
How to use it
## 💡 About
Coming soon.
## 📁 Structure
Coming soon.
## 👷 Workflows
We recommend [LocalWP](https://localwp.com/) for creating a WordPress install on your local machine.
You can either clone the WCPOS repository into the `/wp-content/plugins/` folder or create a symbolic link (recommended).
```sh
git clone https://github.com/wcpos/woocommerce-pos.git
```
To 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`.
```sh
composer prefix-dependencies
composer install
yarn install
```
Once you have installed the required packages you can now start development. To build the settings page, use:
```sh
yarn settings start
```
## 🚀 How to use it
Coming soon.