#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)
use this snippet code to yourtheme/function.php or snippet code plugin
in some case cause the hosting memory , hosting got trouble about
add this shortcode to yourthem/functions.php or any snippet code plugin
I got some use case, they want add more field to order
Put this snippet code to yourtheme/functions.php or snippet code plugin to do
Just goto admin/product/ edit product you want enable this feature/ at tab
Recent Comments