add this shortcode to your theme/ functions.php or code snippets plugin
Add this shorcode to yourtheme/functions.php or use any code snippets plugin to
Deault, create customer selection is active. Some time, you don’t want this,
Some country want show total incl tax on subtotal at cart area.
Integrate with plugin “Print Barcode Labels for your WooCommerce products/orders” follow this
To help developer can extend function for pos. we already provide function
Use this shortcode to yourtheme/functions.php or any snippet plugin to do it
add this code to yourtheme/functions.php or any snippest code + update the
function custom_pos_alway_product_option_popup($session_response_data){ $session_response_data['setting']['pos_alway_product_option_popup'] = 'yes'; return $session_response_data; } add_filter('op_get_login_cashdrawer_data','custom_pos_alway_product_option_popup',11,1);
function custom_pos_custom_item_tax($session_response_data){ $session_response_data['setting']['pos_custom_item_tax'] = 'standard'; // change to default tax class you
Recent Comments