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
| 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.
composer require zero1/open-pos
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production
(optional) php bin/magento openpos:setup-wizard
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.
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.
