Hello,
I am trying insert the dynamic image (variant) for my products in abandoned cart but when trying to see the preview, the images of my products do not show up. I have tried this code for the dynamic image:
{% if item.product.variant.images.0.src %}{{item.product.variant.images.0.src}}{%else%}{{item.product.images.0.src|missing_product_image}}{%endif%}
All my products with images are published in my Klaviyo account so it should be working, unless I’ve missed something.
Would you guys be able to help me by any chance?
Thanks!