I am setting up an email in fulfilled order flow.
And I want to show all items name the person had ordered but there is “Free Shipping” showing up as an item in ordered item list and I don’t want that because that’s not a product.
so how can I remove “Free shipping” form the list of ordered items, I was trying show/hide logic, but it didn’t worked, I don’t know if i am doing it right or there is another way of doing this.
Solved
Hide "Free Shipping" from ordered item list
Best answer by MuhammadHamza37
It wasn’t working for me, or I didn’t get it right.
But this is what i did eventually, a simpler solution.
I changed dynamic code from this ⌄
{{ item|default:'' }}to this ⌄
{{ item|default:'' |cut:"Free Shipping" }}
Now it’s not showing “Free shipping” in the list.

Log in to the Community
No account yet? Create an account
Use your Klaviyo credentials
Log in with Klaviyo
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
