Skip to main content
Solved

How to display the special price in the block?

  • January 23, 2021
  • 1 reply
  • 511 views

Forum|alt.badge.img+2
  • Contributor I
  • 1 reply

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 

 

Best answer by Paul S

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.

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

Forum|alt.badge.img+10
  • Klaviyo Employee
  • 101 replies
  • Answer
  • January 28, 2021

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.