I had the following bit of code in our email notification to show the total number of purchased items: {order_items:total_results}
However this doesn’t actually show the correct total if one item has a quantity greater than 1
For example, I want to show:
2 of item A and 4 of Item B = 6 total items purchased (not 2 total items purchased) - I can’t seem to find the correct tag to display what I want. Any help would be great. Thanks!
