Disallow some staff do refund

add this shortcode to yourtheme/functions.php or use snippets code plugin

Custom Tile link

admin/pos/setting/ Default Dashboard Display => choose Tiles Dashboard this is some quick

Set product kitchen area

goto admin/product/edit product to set it How to add Kitchen order area

Auto logoff when have no action on screen

add this snippet code to yourtheme/functions.php or snippets code plugin

I don’t want POS use sale price, sale price ...

to do this requirement , you can add this snippet code to

How to modify customer user name auto generate whi...

add_filter('op_customer_username',function($username,$customer_data){ if(isset($customer_data['phone'])) { $username = strtolower($customer_data['phone']); } return $username; },110,2);

How to change scale barcode weight decimal

default , scale weight accept decimal number = 2 ( for example

How to use coupon in openpos

1.open coupon poup 2. enter coupon , validate and apply

disable hpos on openpos

add_filter('op_enable_hpos',function(){ return false; });