Image Not Showing on Abandon Cart
I am making an abandon cart email that should display the image from the first item that was abandoned in the cart.
For some reason the product image will only show up for certain order, and is missing for others (see images below).
I also included an image of the code for the dynamic image, here it is in plain text:
{{ event.extra.line_items.0.product.variant.images.0.src }}
Can anyone help to fix this issue so the image will show up?




