Can any one help meee here

my print Template somthing Rong in it and i cant fix it
i want to aliment the first row

Can you post your template code?
Don’t forget to select your code and click the <> button to protect the code from being stripped.

Also check your printer setting for character width, what’s it set to?

Given its only on the first line my first thought is have you manually put the ------- above the orders? Is the single - dropped down from the line above somehow but then it should be a line of its own.
Post your template and let’s have a look.

[LAYOUT]
– General layout

c:\logo.bmp Date:{TICKET DATE} Time:{TIME} {ENTITIES} Ticket No:{TICKET NO} - {ORDERS} = {DISCOUNTS} [Total Gift:|{ORDER STATE TOTAL:Gift}] Total:|{TICKET TOTAL} {PAYMENTS} =
THANK'S FOR VISITING US
[DISCOUNTS] {CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[PAYMENTS]
{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS]
– Default format for orders
- {QUANTITY} {NAME}|{TOTAL}
{ORDER TAGS}

[ORDERS:Gift]
– Format for gifted orders
- {QUANTITY} {NAME}|GIFT
{ORDER TAGS}

[ORDERS:Void]
– Nothing will print for void lines

[ORDER TAGS]
– Format for order tags
* {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Table]
– Table entity format
Table: {ENTITY NAME}

[ENTITIES:Customer]
– Customer entity format
<J0

You need to select the < / > button to not let the forum strip the formatting codes.

Is that set to right to left printing?

please can you Write the template and i put it and try please

That’s not how it works :wink:

Please repost your template code but before posting highlight the code and click the < / > button on the editor/post toolbar which will indent it and make it as code so that the forum doesn’t strip the code.
This is likely a simple issue you will be able to fix yourself.

[LAYOUT]
-- General layout
<div style="font-weight:bold;font-size:13px;">
<BMP>c:\logo.bmp
<L00>Date:{TICKET DATE}
<L00>Time:{TIME}
{ENTITIES}
<L00>Ticket No:{TICKET NO}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
<J10>Total:|{TICKET TOTAL}
{PAYMENTS}
<DB>
<F>=
<div style="font-size:20px;text-align:LEFT;font-family:'Arial'">THANK'S FOR VISITING US </div>
</div>
[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{TOTAL}
{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
<J0

Should that top order be 1 order with 5.00 price?

Have you got right to left printing set?

Presume printer type is set to HTML?

i make it HTML But the problem it still there

How Can I make Right to left Printing set ?

Order line format defined here.

[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{TOTAL}
{ORDER TAGS}

You can try changing order of tags until you find a proper format. For example you can try this.

[ORDERS]
-- Default format for orders
<J00>{TOTAL}|{NAME} {QUANTITY} -
{ORDER TAGS}

See this tutorial for more info

1 Like

That was going to be my sugestion, cannot work out why the fist line is mixed up like that…
Looks like on the first line
<J00> - {QUANTITY} {TOTAL} | {NAME}
Then
<J00>{TOTAL}|{NAME} {QUANTITY} -
On the rest… :confounded:

@hazem_zezo right to left is the enable RTL printing option. if you make sure that is OFF and try emres sugestion of just reversing the template order…