Order confirmation customization if_line.product.vendor

Hey,

I’d like to send a message in the Order Confirmation email to those who ordered at least one item from a certain vendor (Fiskars). I created the following script, but it doesn’t work:

{% if line.product.vendor == “Fiskars” %}

The Fiskars products will be delivered from another warehouse. If you ordered further products, they could arrive separately. Thank you for your understanding.

{% endif %}

Can you help me how to correct it? I believe I should also specify that “If one of the vendors is Fiskars then display this…instead of telling if the vendor = Fiskars”