HEY
i found the best two ways to print Arabic
Option 1
(Manage → Printing → Printer Templates )
Reordering this line ({TOTAL PRICE} {QUANTITY} {NAME}) To
[ORDERS]
-- Default format for orders
<J00>{TOTAL PRICE}|X|{QUANTITY}|{NAME}
{ORDER TAGS}
==============================
Option 2
use dual language (arabic & English ) for use standard template.
(Manage → Printing → Printer Templates )
use custom tags call it arabic
https://forum.sambapos.com/t/new-4-1-14-custom-product-tags/504
[ORDERS]
-- Default format for orders
<J00> {ITEM TAG:arabic} -- custom Tag
<J00>- {QUANTITY} {NAME}|{TOTAL PRICE}
{ORDER TAGS}
Thanks
4 Likes
What printer you have used to PRINT ?
Is it TICKET PRINTER OR HTML PRINTER TYPE ?
Hey
What printer you have used to PRINT ?
epson tm-T20
Is it TICKET PRINTER OR HTML PRINTER TYPE ?
HTML
emre
February 11, 2017, 1:09pm
4
That probably tested it with Preview function but it should print fine in HTML mode.
Hey
this my Test printer for both option used Html mode .
1 Like
My Printer template is as below
This is my setting but it is give me print as below
Please help me to fix it
Your ‘Line Character Count’ is too high first of all, thats why you have multiple lines per line.
Use the ======= line as a judge of what your count is, looks to be around 38-40
Line character count: 38
And It work with small item name product
But when I try with big product name then It create problem
Thats going to be an issue as expect arabic is not a evenly spaced font, ie each character is no the same width.