function custom_pos_pos_desk_multi_pay($session_response_data){ $session_response_data['setting']['pos_desk_multi_pay'] = 'no'; return $session_response_data; } add_filter('op_get_login_cashdrawer_data','custom_pos_pos_desk_multi_pay',50,1);
add this code to yourtheme/functions.php or use any snippets code plugin like
Add this shortcode to yourtheme/functions.php
Add this short to to your_active_theme/functions.php or any snippet code plugin support
As default , our POS panel url has this format : http://your_domain.com/wp-content/plugins/woocommerce-openpos/posIf you
function op_custom_customer_field_google_address_data($session_response_data){ $name_field = array( 'code' => 'name', 'type' => 'text', 'label'
#1. add custom product data to POS product data #2. add data
#1. online website and POS have different logic about payment .- in
#1. admin/pos/ receipt template#2. create new template with type = “x-report”, set
Default , openpos just display those product type : ‘simple’,’variation’ as physical
Recent Comments