How to add a Convermax vehicle to each product in an order email
Here is how to make a customer’s vehicle appear in the order details email for each product.
How to configure
- Go to Settings → Notifications → Staff notifications in the Shopify admin.
- Click New order.
- Click Edit code.
-
Add the following code to the code editor in the line items processing block.
{% if line.properties.Vehicle %}<div class="order-list__item-variant">Vehicle: {{ line.properties.Vehicle }}</div>{% endif %}
- Click Save.