Hi everyone,
I am trying to figure out why the Cart notes are not showing up in the “Note” column when exporting the orders to csv. What should I change in the below code?
{% if settings.cart_notes_enable %}
cart note
{% endif %}
{{ cart.total_price | money }}
{% if cart.total_discounts > 0 %}
{{ 'customer.order.discount' | t }} {{ cart.total_discounts | money }}
{% endif %}
Taxes and shipping calculated at checkout