Hi,
I’m having trouble getting dynamic variables to work in my abandoned cart flow using the "Add to Cart" event. I’ve integrated Klaviyo with PrestaShop, and the event data is being captured correctly (I can see properties like AddedItemProductName
, AddedItemPriceInclTax
, AddedItemImageURL
, etc. in the event's properties). However, when I use these variables in my email templates (e.g., {{ event.AddedItemProductName }}
, {{ event.AddedItemPriceInclTax }}
), they don’t render in the emails.
Am I missing something in how I’m referencing the variables, or is there an issue with the PrestaShop integration?
Please note that I’ve successfully set up a flow and dynamic variables using “started checkout” event.
Any help or guidance would be appreciated!
Thank you!