Customer Display using Custom Browser Printer

No it is not available in version 4

No worries thank you quick reply.

This is not working in .55

OK. So when you have time I’ll be glad if you can explain how you’ve used it, what was the expected output and what it did instead…

[ORDERS:INDEX:1]
<tr>
			<td align="left">{QUANTITY}</td>
			<td align="left" style="color: red;">{NAME}</td>
			<td align="right">&#8364;{PRICE}</td>
			<td align="right">&#8364;{TOTAL AMOUNT}</td>
		</tr>
{SORTED ORDER TAGS}

[ORDERS]
<tr>
	<td align="left">{QUANTITY}</td>
	<td align="left">{NAME}</td>
	<td align="right">&#8364;{PRICE}</td>
	<td align="right">&#8364;{TOTAL AMOUNT}</td>
</tr>
{ORDER TAGS}

[ORDER TAGS]

<tr>
	<td align="left"></td>
	<td align="left">{ORDER TAG NAME}</td>
	<td align="right">[&#8364;{ORDER TAG PRICE}]</td>
	<td align="right">[&#8364;{ORDER TAG TOTAL}]</td>
</tr>

[ORDERS:Misc ONTOP]
<tr>
	<td align="left">{QUANTITY}</td>
	<td align="left" style="color: red;">{ORDER TAG NOTE:Misc Item Description}</td>
	<td align="right">&#8364;{PRICE}</td>
	<td align="right">&#8364;{TOTAL PRICE}</td>
</tr>

[ORDERS:Misc]
<tr>
	<td align="left">{QUANTITY}</td>
	<td align="left">{ORDER TAG NOTE:Misc Item Description}</td>
	<td align="right">&#8364;{PRICE}</td>
	<td align="right">&#8364;{TOTAL PRICE}</td>
</tr>

[ORDERS:Gift]
<tr>
	<td align="left">{QUANTITY}</td>
	<td align="left">{NAME}</td>
	<td align="right"></td>
	<td align="right">GIFT!</td>
</tr>

I need it to use the [ORDERS:Misc ONTOP] template for all Misc items.
It is using the default [ORDERS:INDEX:1]

The Misc in red should show “Misc Test Description 2”

Hmm. so you need to use INDEX and ONTOP together in the template. OK so I’ve added a syntax for default formats. Instead of defining INDEX section you’ll configure default top line section like that. I’ll upload a .55 refresh today and let you know.

1 Like

Great that should solve it. Thanks!

I’ve refreshed 5.1.55. Please re-download it.

The [ORDERS: ONTOP] seems to be taking priority over the [ORDERS:Misc ONTOP]
If i remove [ORDERS: ONTOP] , [ORDERS:Misc ONTOP] works

That probably happens because [ORDERS: ONTOP] section appears before [ORDERS:Misc ONTOP] section in template. You can adjust priority by moving [ORDERS:Misc ONTOP] section before [ORDERS: ONTOP]

That did the trick. Thanks

How to make customer display show automatically in second display, win 8.1

You might wat to elaborate on that.
Do you have your ‘browser based’ customer display setup in place, and its opening on primarry display?

i have 1 aio touch for cashier n add second monitor 14" for customer display.
with this tutorial customer display popup in main screen monitor can’t move to second monitor

I beleive if you move an aplication window to a second monitor, so long as you dont use that aplication in the main monitor it will reopen in the second monitor.

As for moving it to the non touch monitor - might I sugest a mouse :stuck_out_tongue:

this message appears when i add image to a product. Any idea ?
Windows 10 x86
Internet Explorer 11

If thats the image file location youve typed thats the issue, it needs to be a simple file location without all the extra bits of formatting

Also, The third part of it you have used forward slashes when they should be back slashes

Thank you for the response.
I just use the tutorial nothing else… the slashes are forward in the tutorials ticket template …

But error message from picture you post you use backslash. It should be forward slash like in tutorial.

Look at the tutorials ticket template please …