How can I display (custom) product properties inside the email twig templates, e.g. the order-to-merchant.twig
template? I would like to display custom info like the product supplier
. I expected something like this to work, but it doesn’t:
{{ item.properties.supplier }}
// or
{{ item.product.properties.supplier }}