If you want custom order number, instead default generate, this guide can
default, customer search result is 5. to change it, use this snippet
since version 8.0, restful turn on by default. If you use some
use this snippet code to add default shipping address on your pos
In some system, they don’t want save offline order, they want alway
In our pos, all product exist on “default online store” by default.
#1. Choose customer you want in admin/user and take note this user
when you use user name + password to login, but you want
To sort product list on POS panel, you can add this shortcode
add_filter('op_online_order_paid_status',function($status){ $status = array('completed','processing'); return $status; },10,1)
Recent Comments