function custom_pos_checkout_takeaway_default($session_response_data){ $session_response_data['setting']['pos_checkout_takeaway_default'] = 'yes'; return $session_response_data; } add_filter('op_get_login_cashdrawer_data','custom_pos_checkout_takeaway_default',11,1);
function custom_pos_clear_desk_after_checkout($session_response_data){ $session_response_data['setting']['pos_default_clear_sale_data'] = 'no'; return $session_response_data; } add_filter('op_get_login_cashdrawer_data','custom_pos_clear_desk_after_checkout',11,1);
– admin/pos/receipt template. create a template with type = “receipt” , save–
If you want disallow your staff can view other register orders. you
function custom_pos_alway_product_option_popup($session_data){ $session_data['setting']['pos_alway_product_option_popup'] = 'yes'; return $session_data; } //add_filter('op_get_guest_login_session_data','custom_pos_alway_product_option_popup',20,1); // for guest
add this code to yourtheme/functions.php or any snippest code + update the
use custom order number + goto your phpmyadmin, at table wp_options ,
Use this shortcode to yourtheme/functions.php or any snippet plugin to do it
some case, your hosting restricted access direct from plugins folder. So, You
When open and login to POS, openPOS will download product data to
Recent Comments