add this code to yourtheme/functions.php or a snippet code
add this shortcode and modify it to yourtheme/functions.php or snippets code plugin
s you know , since version 3.1.0 , we already support separate
add this shortcode to yourtheme/functions.php or use snippets code plugin
admin/pos/setting/ Default Dashboard Display => choose Tiles Dashboard this is some quick
goto admin/product/edit product to set it How to add Kitchen order area
add this snippet code to yourtheme/functions.php or snippets code plugin
to do this requirement , you can add this snippet code to
add_filter('op_customer_username',function($username,$customer_data){ if(isset($customer_data['phone'])) { $username = strtolower($customer_data['phone']); } return $username; },110,2);
Recent Comments