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