• 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter codnloc

    (@codnloc)

    list of tables in the admin panel too

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.