@kimbokasteniv wrote:
With the new EMV cards in the USA, it has become a hassle to charge tips to customers.
Instead of bringing the terminal to a table or having the customer visit the register to input their tip, I would like to add a tip line on the invoice I present to the customer before they pay.
Something that just says
Tip: __________________
Total: __________________This way the customer can hand write their tip amount and the waitress can then adjust it as usual.
How do you print underscores in the template? When viewing the preview, they don't show up?
Do I have other options for creating an under line, I triedborder: solid
,border-style: solid
, as well asborder-bottom: solid
but it didn't seem to have any impact on the div I tried styling.Anything else I can try?
a snippet of my printer template is as follows:
<div style="font-size:16px;border: solid">
<J21>Tip:|a_a\_
</div>
(I tried to escape the underscores and wrap them in normal characters to see if they would show up)
Posts: 1
Participants: 1