The Order Tag total doesnt match the POS screen. On the screen its 6$ and on the template it shows up as 1x 3$.
There doesn’t seem to be any printer template tags to account for this case.
-- ---------------------------------
-- Output format for Order Tags
-- ---------------------------------
[SORTED ORDER TAGS]
-- Format for order tags
<div style="padding:0 0 0 10;font-size:11px;text-align:left;font-family:'Calibri'">
<table>
<tr>
<td width=90 align=left>{ORDER TAG NAME}</td>
<td width=40 align=center>{ORDER TAG QUANTITY}</td>
<td width=55 align=center>{ORDER TAG PRICE}</td>
<td width=55 align=right>{ORDER TAG TOTAL PRICE}</td>
</tr>
</table>
</div>
Am I missing something? Can I account for separate cases?
A) Where order tag total is managed by order quantity
B) Where order tag total is managed by order tag quantity
4 posts - 3 participants