The problem with {ORDER TAG TOTAL} is that if there is more then 1 order tag, it will display the total of all order tags for each item:
Here is the tag list for Order Tags used for this image:
* {ORDER TAG QUANTITY} {ORDER TAG NAME} | {ORDER TAG PRICE} {ORDER TAG TOTAL} {ORDER TAG TOTAL PRICE} [=F(TN(‘{QUANTITY}’)*TN(‘{ORDER TAG TOTAL PRICE}’),‘0.00’)]
Column A: {ORDER TAG QUANTITY}
Column B: {ORDER TAG NAME}
Column C: {ORDER TAG PRICE}
Column D: {ORDER TAG TOTAL}
Column E: {ORDER TAG TOTAL PRICE}
Column T: [=F(TN(’{QUANTITY}’)*TN(’{ORDER TAG TOTAL PRICE}’),‘0.00’)]
This post might be able to explain it better:
Here is a similar question answered by QMcKay:
