Hi there,
I’m having trouble with the product image not displaying in the Shipping Confirmation email. The email is designed in Klaviyo, and I’m using this variable for the image field:
{{ line_item.image | img_url: ‘medium’ | img_tag }}
However, when customers receive the email, the image doesn’t appear.
I also tried other variations, like:
{{ line.line_item | img_url: ‘compact_cropped’ }}
but still no luck.
Could you help me figure out how to get the product image to display properly?
Thank you!
