On the basket page and the through the checkout process within the basket - I have the following code below to display the difference (savings) of the price group discount that has been applied to that specific product (example: Discount: $5.00). We would like this to display on the Merchant template email but the same coding is not working - it is displaying the price after the discount and not the discount. Any suggestions greatly appreciated. Thank you in advance!
<mvt:if expr="l.settings:discount:display">
Discount: &mvt:discount:formatted_discount;
</mvt:if>
<mvt:if expr="l.settings:discount:display">
Discount: &mvt:discount:formatted_discount;
</mvt:if>
Comment