Hey everyone
I am trying to add the product size to each item ordered in the order confirmation email
I’ve added this code {{ event.extra.line_items.0.product.variant.options|lookup:'Select Size' }} but the problem is that when someone orders more than 1 product, it shows the same size in all the products on the order confirmation email
We are on shopify by the way
Happy to get help here