Merge tag product price option and coupon reduction amount

On my product, I have several options. I would like to display the price of the options directly in an email that will be sent once the form is submitted. Therefore, I would like to know the merge tag to use to point to a product option price. I would also like to find the merge tag to use to display the amount of a promo code used because I can’t find it in the documentation. Thank you very much for your help.

big thanks for your help :slight_smile:

In order to display the option price amount, you can use the :price modifier on the field’s merge tag: {option:3:price}.

There is no built in merge tag for displaying discount amounts from coupons used. Check out this snippet that has worked for others to make use of a {coupons_amount} merge tag.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.