[Solved] No! I broke my printer template

I’ve got no idea what happened. The preview window in the template editor shows it fine.
like

but when I print it I get this (I printer to pdf to show this)

This is my format.

[LAYOUT]
<span style="text-align:center;">
<span style="font-size:10px;text-align:center;font-family:'Tahoma'">

<L00>{DATE}          #{TICKET NO}           {TIME}
</span>
</span>
<L00>-------------------------------


{ORDERS}
</span>
<span style="font-size:14px;text-align:right;font-family:'Tahoma'">
<L00>{ENTITY DATA:Students:CName} ({ENTITY DATA:Students:Year})
</span>
[ORDERS]

-- Normal Order Format



<span style="font-size:24px;text-align:left;font-family:'Bebas Neue'">
<L00>{NAME}
</span>
<span style="font-size:8px;text-align:left;font-family:'Tahoma'">{ORDER TAG LIST:Sauce} 
</span>

{ORDER TAGS}




[ORDERS:Gift]

-- Gift Order Format

<span style="font-size:12px;text-align:center;font-family:'Tahoma'">

<L00>{NAME}|**GIFT**

</span>




[ORDERS:Void]

-- Nothing will print for void lines

Check the print jobs. Looks like your mapping a different template

I have checked the print job to see if ti’s all mapped right and it looked good to.

I also decided to delete the line which shows up in the print job to see what would show up, and nothing shows up then so im sure it’s teh right print job.

Looks like span is unbalanced.
Can see two opens then 3 closed??
Take out the one under {ORDERS}

1 Like

Still not fixed :cold_sweat:

There than that only thing I can see which looks odd is that you have all template lines with normal formatting except sauce order tag which is in line with HTML.

Werid, It’s working now. But thanks anyway