[Solved] Order Tags not updating item price in ticket

Hello everyone,
I have several order tags for different orders and I have selected them to add the price to the order price. Problem is that when I print the the ticket, the prices are not updated.
The prices are displayed fine in the ticket though. Please help identify the issue.

the sausage and chips have an additional value of 100. Plain chips cost 100

On printed ticket however, price is not added to the order price. just added to totat.

I have tried deleting and re-creating the products and tags too with no success.

Post your Printer Template so we can see which Tags you are using.

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

[ORDER TAGS]
-- Format for order tags
<J00>  {ORDER TAG QUANTITY} {ORDER TAG NAME}| {ORDER TAG PRICE}

Thank you @QMcKay. My printer tag had {TOTAL PRICE} instead of {TOTAL AMOUNT} under ORDERS. Everything is now working fine. Thank you a bunch for the help. Be blessed.