Hey
One of my ATC flows is pulling across the pricing as per below - I copied the event (highlighted where the cursor is hovering) does anyone know why it’s appearing like this?
Price: <span class=money>240.00 AED</span>
Thanks so much
Hey
One of my ATC flows is pulling across the pricing as per below - I copied the event (highlighted where the cursor is hovering) does anyone know why it’s appearing like this?
Price: <span class=money>240.00 AED</span>
Thanks so much
Hey
Yes that’s correct just the price isn’t showing. Thanks
Gotcha! Easy fix then -- in your tag, replace default with safe and that should clear it up!
{{ event.Price|safe }}
Ok great thanks so much - just so I understand do you know why it needs replacing with safe? Thank you!
Sure thing! So adding a "safe" filter to that variable will remove any HTML that is being attached to the data. Sometimes the HTML around the price will also get pulled in from the web tracking snippet, and this filter is way easier than changing the HTML on your site.
I have encountered the exact same problem.
I tried the exact same proposed solution. But it does not work.
In fact, it caused the Preview to throw an error...
Same problem with the ‘Viewed product’ metric for Browse Abandonment.
Not happening in Abandoned Checkout however, because it uses a different variable in the Event info.
Actually, I believe the correct variable is...
{{ event.Price|default:''|safe }}
Not this…
{{ event.Price|safe }}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.