How to set a default customer on OpenPOS

#1. Choose customer you want in admin/user and take note this user

How to active logoff / logon with PIN instead user...

when you use user name + password to login, but you want

How to sort products by created date

To sort product list on POS panel, you can add this shortcode

Markup online order status has been paid

add_filter('op_online_order_paid_status',function($status){ $status = array('completed','processing'); return $status; },10,1)

Disable confirm popup when send dish to kitchen

use this snippet code to yourtheme/function.php or snippet code plugin

Ignore duplicate order items

in some case cause the hosting memory , hosting got trouble about

How to hide all extension on register POS on waite...

add this shortcode to yourthem/functions.php or any snippet code plugin

How to addition field for Order in POS

I got some use case, they want add more field to order

Disable change seller on POS

Put this snippet code to yourtheme/functions.php or snippet code plugin to do

How to enable decimal qty

Just goto admin/product/ edit product you want enable this feature/ at tab