Bulk print barcode label follow product qty

add this shortcode to your theme/ functions.php or code snippets plugin

Enable send email to admin when create order from ...

Add this shorcode to yourtheme/functions.php or use any code snippets plugin to

Deactive create customer by default

Deault, create customer selection is active. Some time, you don’t want this,

Display Subtotal include tax instead excl tax

Some country want show total incl tax on subtotal at cart area.

Integrate with “Print Barcode Labels for you...

Integrate with plugin “Print Barcode Labels for your WooCommerce products/orders” follow this

POS external APP explain

To help developer can extend function for pos. we already provide function

Default save online cart selection

Use this shortcode to yourtheme/functions.php or any snippet plugin to do it

Disable delete cart item has source from takeaway ...

add this code to yourtheme/functions.php or any snippest code + update the

Alway ask qty when add a product to cart

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);

set default tax class when add custom item on pos

function custom_pos_custom_item_tax($session_response_data){ $session_response_data['setting']['pos_custom_item_tax'] = 'standard'; // change to default tax class you