Ready POS for WooCommerce
Ready POS adds a point-of-sale interface to your WooCommerce store. Process in-person sales from a fullscreen terminal that syncs inventory and orders with your online store in real time.
Source Code
The source code for all compiled JavaScript and CSS assets is publicly available on GitHub:
https://github.com/Johuniq/ready-pos
The unminified source files are located in the src/ directory of the repository. To build from source:
- Clone:
git clone https://github.com/Johuniq/ready-pos.git - Install:
npm install && composer install - Build:
npm run build
Features
- POS Terminal – Fullscreen checkout interface with product grid, cart, and payment
- Inventory Sync – POS sales update WooCommerce stock in real time
- Multi-Outlet – Create outlets and registers for each location
- Register Sessions – Track opening cash, sales, and closing reconciliation
- Customer Management – Guest checkout and quick customer search
- Cash & Card Payments – Accept multiple payment methods
- Receipt Printing – Browser-based receipt printing with customizable layout
- Barcode Scanning – Keyboard-emulation barcode scanner support
- Variable Products – Select product variations with attribute picker
- Multi-Cart – Hold and switch between multiple carts
- Order History – View and manage POS transactions
- Refunds – Process full or partial refunds from the POS
- Discounts & Tax – Cart-level discounts and per-outlet tax rates
- Audit Logging – Track POS actions for accountability
Requirements
- WordPress 5.8 or higher
- WooCommerce 6.0 or higher
- PHP 7.4 or higher
- Modern web browser
Privacy Policy
Ready POS stores all data locally in your WordPress database. No customer or transaction data is sent to external servers. Plugin update checks follow the standard WordPress.org privacy policy.
Credits
Ready POS is built with React, Tailwind CSS, Radix UI, Jotai, Laravel Eloquent ORM (via wp-eloquent), and Vite.
License
Ready POS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version.
Ready POS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Ready POS. If not, see https://www.gnu.org/licenses/gpl-2.0.html.