Skip to content

wcpos/woocommerce-pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 27, 2025
ace6334 · May 27, 2025
Apr 9, 2025
Oct 15, 2023
Nov 20, 2024
Nov 7, 2024
May 27, 2025
May 21, 2025
May 21, 2025
Jun 8, 2024
Mar 21, 2025
Mar 22, 2025
May 21, 2025
Jun 8, 2024
Jun 15, 2024
Nov 11, 2023
Dec 13, 2022
Feb 26, 2025
Oct 15, 2023
Oct 22, 2023
Jun 15, 2024
Apr 10, 2024
Mar 16, 2021
Jun 15, 2024
Jun 8, 2024
Jun 8, 2024
Dec 29, 2022
May 27, 2025
May 21, 2025
Feb 26, 2025
May 27, 2025
Feb 26, 2025
Dec 21, 2022
May 27, 2025

Repository files navigation

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 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.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.

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:

 yarn settings start

🚀 How to use it

Coming soon.