|
{{ product.name }} × {{ product.quantity }}
{% if product.variant_name != blank %} ( {{ product.variant_name }} ) {% endif %} {{property.name}}: {{property.value}} Discount ({{ product.total_discount }}) |
{% if product.discounted_subtotal_exclude_tax == product.subtotal_exclude_tax %}
{{ product.subtotal_exclude_tax }} {% else %}
{{ product.discounted_subtotal_exclude_tax }} {%endif%}
|
{% for note in note_attributes %}
{% endif %}
{{ note.name }}: {% if note.value != blank %}{{ note.value }}{% else %}-{% endif %} {% endfor %} |