Hi everyone,
We’re looking to display the dynamic product variant image of the ordered product in our emails, so let’s say customer A orders a pair of jeans in the color white and the products first variant image is jeans blue, then the variable we’re using will only display the image of the first variant.
Which variable would be the right one to display the ordered line items correct image?
Right now, we’re using {{ event.extra.line_items.0.product.images.0.src }}. How can we replace the 0 in such way, that the variable leads to the ordered item’s image?