Abandoned Cart Emails Don't Include Price with GST (Tax) (Magento 2)
Hello,
I’ve noticed that in the table block in my Abandoned Cart emails do not include the price with GST for each row item.
This is what my table looks like:


{{ item.SimpleName|upper }}
Qty: {{ item.Qty|floatformat:0 }}
Total: ${{ item.RowTotal|floatformat:2 }}
Any idea how I can get the incl. GST price for each row item?
