Forums
Home / Plugin: OpenPos - A Point Of Sales For Woocommerce / print table number on customer receipt
(@codnloc)
3 months, 3 weeks ago
how i can add table number when cashier print the receipt to the waiter?
php code please
The page I need help with: [log in to see the link]
list of tables in the admin panel too
(@openpos)
you can try this
<div><% if(source_type == "desk"){ %><p>Desk: <%= source.name %></p><% } %><% if(source_type == "takeaway"){ %><p>Takeaway: <%= source.name %></p><% } %></div>
you can drop a support ticket on support.openswatch.com to get more help. Thank you!