An open API service indexing awesome lists of open source software.

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.

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.




Tests


Hooks docs


Deploy to WP Engine


Deploy to WordPress.org


Discord chat



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.