hello,
i add a Product tag caption field: Vietnamese
to translate the product name to vietnamse language.
How do i print out this product name in my language in the bill?
Thanks
hello,
i add a Product tag caption field: Vietnamese
to translate the product name to vietnamse language.
How do i print out this product name in my language in the bill?
Thanks
Use {ITEM TAG:X}
@emre please help me with this error
It will be a little hard to format your printer templates with trial & error. Better you can refer to Printing Tutorial in Detail tutorial to understand how it works.
If you want to use TENVN item tag instead of product name you should replace {NAME}
tag with {ITEM TAG:TENVN}
. Since {ITEM TAG:X} is related with orders you should use it under orders template section that marked with [ORDERS].
@vuongduongquoc, as @emre already mentioned, your {ITEM TAG:X}
should be placed under [ORDERS]
, not under {ORDERS}
.
Your template may look something like this:
[LAYOUT]
<T>ORDER
<J00>{TICKET DATE} {TICKET TIME}| #{TICKET NO}
<F>-
{ORDERS}
[ORDERS]
<J00>{QUANTITY} {NAME}|{PRICE}
{ORDER TAGS}
You want something like this:
[LAYOUT]
<T>ORDER
<J00>{TICKET DATE} {TICKET TIME}| #{TICKET NO}
<F>-
{ORDERS}
[ORDERS]
<J00>{QUANTITY} {ITEM TAG:TENVN}|{PRICE}
{ORDER TAGS}
Notice I replaced {NAME}
with {ITEM TAG:TENVN}
under the [ORDERS]
section, but you could use both at the same time.
@QMcKay thank you very much for the detailed explanation. I’ve referenced your sample from custom product tags tutorial…
Super. I’m totally in love with this great soft.