Skip to main content
Solved

Abandon Cart - Trigger ATC - Price not showing in email (Shopify Integration)

  • May 15, 2024
  • 1 reply
  • 52 views

Forum|alt.badge.img+2
  • Problem Solver I
  • 3 replies

Hi There, 

Finally getting around to adding the abandon cart flow using the add to cart trigger. Trigger is working & pulling the info but the product price isnt appearing in the email, I was wondering if there is new code that needs to be used? Im using the klaviyo template for testing. Any help will be appreciated! TIA!

Code is - Price: {% currency_format event.Price|floatformat:2 %}
screen shot attached with preview and test view (have removed some info)
 

 

 

Best answer by KCC

Found this thread and the information from

to copy the event name tags from the preview and test part (on the left) I replaced that over the {% currency_format event.Price|floatformat:2 %}

and everything is working! wooohoo! 

 

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+2
  • Author
  • Problem Solver I
  • 3 replies
  • Answer
  • May 15, 2024

Found this thread and the information from

to copy the event name tags from the preview and test part (on the left) I replaced that over the {% currency_format event.Price|floatformat:2 %}

and everything is working! wooohoo!