Hello @sayuru_ranshan ,
You can achieve what you want by applying below code group into your template;
[ORDER TAGS]
-- Format for order tags
<div style="font-size:16px;text-align:left;font-weight: normal;font-family:'Cambria'">
<J00> * [=F((TN('{QUANTITY}') * TN('{ORDER TAG TOTAL PRICE}')) / TN('{ORDER TAG PRICE}'), '0.')] x {ORDER TAG NAME}
</div>
The values displayed are correct. Each individual pizza has 1x Extra Veg, not 5.
Have a look:
One item with 5x tags:
5 items with 1x tag:
Ex
This Ex One Product One Order Tag Its Okk But
10 Product - One Order Tag Its Not Ok for my customer. He needs to get empty beer bottles. Count
Now Order Tag Quntitiy Ok But Order Tag Price is wrong
Eny One can Help Me to Fix This
Thank You Have a Nice Day
Hello @sayuru_ranshan
If it’s okay for you to display the Order Tag Quantity as you described in your Bill Template then you can apply the below code group;
* {ORDER TAG NAME} x [=F((TN(‘{QUANTITY}’) * TN(‘{ORDER TAG TOTAL PRICE}’)) / TN(‘{ORDER TAG PRICE}’), ‘0.’)] | [=F((TN(‘{QUANTITY}’) * TN(‘{ORDER TAG TOTAL PRICE}’)) / TN(‘{ORDER TAG PRICE}’), ‘0.00’)]
You can check the below image as reference.






