Hi there,
The price doesn’t show on abandoned cart emails on my end. Any idea what might be the reason?
Hi there,
The price doesn’t show on abandoned cart emails on my end. Any idea what might be the reason?
Hey
On your preview screen, you should see a list of those variables where the price variable may be slightly different.
Maybe give this a try:
{% currency_format item.line_price|floatformat:2 %}
It uses item.line_price as the variable.
Hey
On your preview screen, you should see a list of those variables where the price variable may be slightly different.
Maybe give this a try:
{% currency_format item.line_price|floatformat:2 %}
It uses item.line_price as the variable.
unfortunately didn’t work.
Of course, this is it, and thank you so much for your help:
Price: {% currency_format event.Price|floatformat:2 %}
Actually if you could click ‘Preview & Test’ in the top right and that’ll be your list of data variables.
Actually if you could click ‘Preview & Test’ in the top right and that’ll be your list of data variables.
Here you go :)
Hey
Gotta applaud
On your preview page, I would suggest clicking on that “Price” field on the right side of your email preview. This will return and copy that specific event property’s value which you can reformat and use in your dynamic block.
If you haven’t had a chance to yet, I would suggest taking a look at
You can also check out our How to build dynamic blocks in a flow email Help Center article on this topic as well!
David
Resolved, thank you all! :)
This is not the solution to be honest.
{{ event.Price|default:'' }} works
{% currency_format event.Price %} works
{% currency_format event.Price|floatformat:2 %} does not.
There is a bug with floatformat
How we can set up a compare price and discounted price:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.