I’m trying to fiddle around with the printer template formatting, but I can’t get it to work, I even tried removing everything and starting from scratch.
I then copied someones template to put my restaurants name in bold and centered and a larger font. I got this below:
Why is there a G before total? (appeared somewhere else randomly too)
How can I add lines at the bottom as when I try to print, the end of the receipt is still inside the printer and the only way I can get all of it is when I click on ‘Feed’ on my printer.
Highlight the entire Template in the post, then click this symbol: </> from the post toolbar to turn it into a Code-Block. Then we can examine, edit and re-post a template that could work.
Since you are using HTML formatting (<div> tags etc.) ensure your have your Printer defined as HTML, not Ticket in Manage > Settings > Printers.
[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}
[SERVICES]
<J00>{CALCULATION NAME}|{CALCULATION TOTAL}
[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}
[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{TOTAL PRICE}
{ORDER TAGS}
[ORDERS:Gift]
-- Format for gifted orders
<J00>- {QUANTITY} {NAME}|**GIFT**
{ORDER TAGS}
[ORDERS:Void]
-- Nothing will print for void lines
[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | {ORDER TAG PRICE}
[ENTITIES:Table]
-- Table entity format
<L00>Table: {ENTITY NAME}
[ENTITIES:Customer]
-- Customer entity format
<J00>Customer: {ENTITY NAME} | {ENTITY DATA:Phone}
Are any of these necessary for the receipt if i just want restaurant name time date, order list with qty and price, as well as grand total and change given?
Read through tutorials and try different things until you get one your happy with. Instead of deleting just comment it out. Can just take comment off if you decide you want it.