Solved

How to display the special price in the block?

  • 23 January 2021
  • 1 reply
  • 453 views

Badge +2

Hi, 
I displayed the below:

{{ item.product.name }}

Quantité: {{ item.quantity|floatformat:0 }} — Total: {% currency_format event.extra.line_items.0.product.special_price|floatformat:2 %}

 

 But it still the ‘normal price’ we see in the preview email while it should be the special price. 

Can you please let me know what is wrong in the formula?

Thank you 

 

icon

Best answer by Paul S 28 January 2021, 21:40

View original

1 reply

Userlevel 5
Badge +10

Hi @CDJ08,

 

So keep in mind this solution is for Magento. But if you’d like to display the Special Price, you can follow the steps below.

You can find the Special Price option on the Magento 2 integration page, in the Advanced Options. When you enable Use special price for product prices when applicable, the product block will display the special price when applicable. When using a dynamic product feed, the special price will populate at send time. When manually selecting items from your catalog, the special price will populate once you select the product(s).

Mag2SpecialPrice.png

 Hope that is helpful.

Reply