Looking for help?
< All Topics
Print

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);
Table of Contents