zero1/open-pos

Installs: 4 968

Dependents: 2

Suggesters: 0

Security: 0

Stars: 12

Watchers: 6

Forks: 4

Open Issues: 1

pkg:composer/zero1/open-pos

2.3.0 2026-01-30 18:43 UTC

README

What is OpenPOS?

Everything you need to know about OpenPOS is here 😁

Your Help is GREATLY appreciated.

If you are a merchant or agency wanting to implement OpenPOS please join the OpenPOS Slack Channel Here

Info

Installation

Configuration

Changelog

Development

Version Compatibility

⚠️ Important Hyvä Requirements

OpenPOS Version Hyvä Theme Hyvä Checkout
2.3.x Hyvä 1.4 (Open Source) Not required
2.2.x and below Hyvä 1.3 or lower Required

Please ensure your Hyvä setup matches the OpenPOS version you are installing to avoid compatibility issues.

Installation

composer require zero1/open-pos
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production
(optional) php bin/magento openpos:setup-wizard

Configuration

We appreciate feedback (including bugs or installation issues) via our new community Slack Channel.

Configuration can be found in: [Stores] -> [Configuration] -> [OpenPOS] -> [Configuration]

Once the module is installed, you can run bin/magento openpos:setup-wizard for guided setup of the POS store.

Because the point of sale runs on a separate website, you may need to associate products with the POS website. You can run bin/magento openpos:assign-products to automatically do this.

Tip

Incase you didn't already know, OpenPOS is built to run as a standard Magento website, therefore you need to perform all relevant domain and webserver configuration to ensure the site resolves and is externally accessible.

Theme Association

As part of any traditional Hyvä Theme setup you might want to copy our base POS theme into app/design and inherit openpos/default If you are using our default template simply set your POS website theme to 'OpenPOS Default'

The default checkout is based on Luma, so the Hyvä theme fallback needs configuring as per the Hyvä docs

The setup wizard will apply this configuration for you.