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
add this shortcode to your theme / functions.php or in any Snippets
To do this, add this snippets code to your theme/function.php or any
function custom_pos_allow_receipt($session_response_data){ $session_response_data['allow_receipt'] = 'yes'; return $session_response_data; } add_filter('op_get_login_cashdrawer_data','custom_pos_allow_receipt',11,1);
if(!function_exists('custom_gift_login_cashdrawer_data')) { function custom_gift_login_cashdrawer_data($session_response_data){ $session_response_data['setting']['pos_default_gift'] = 'yes'; return $session_response_data; } } add_filter('op_get_login_cashdrawer_data','custom_gift_login_cashdrawer_data',20,1);
Use this shortcode and customize on yourtheme/functions.php or any code snippets plugin
If you want use qrcode image in receipt with a custom url
Currently, takeaway should active when checkout by manual switch on. If you
Recent Comments