Hi There,
We add cart attributes to our cart.liquid. and tried to add those attributes to our email notification. here is the code in our cart template:
Here is the code we added to the email notification:
{% for attribute in attributes %}
Order Note: {{order.note}}
Attribute: {{ attributes.delayed-delivery }}
We also added a code to the checkout.
Only the order note is working on the status page. How can we add the cart note and the cart attributes to our order email notification?
Thanks
Abby