{% if cartEntries.length > 0 %}
{% for cartEntry in cartEntries %}
{% endfor %}
{% endif %}
{% if cartEntries.length == 0 %}
{% endif %}
Tem {{totalQuantity}}
{%if totalQuantity != '1'%} artigo no seu saco {%endif%}
{%if totalQuantity == '1'%} artigos no seu saco {%endif%}
Produto
QTD
PREÇO POR UNIDADE
TOTAL
{{cartEntry.name}}
{% set productSales = false %}
{% if cartEntry.price != cartEntry.listPrice %}
{{cartEntry.listPrice}}
{{cartEntry.price}}
{{cartEntry.listPrice}}
{% set productSales = true %}
{%else%}
{{cartEntry.price}}
{% endif %}
COR: {{cartEntry.colorDescription}}
TAMANHO: {{cartEntry.size}}
REMOVER
{% if cartEntry.price != cartEntry.listPrice%}
{{cartEntry.unitListPrice}}
{{cartEntry.unitPrice}}
{{cartEntry.unitListPrice}}
{%else%}
{{cartEntry.unitPrice}}
{% endif %}
{% if cartEntry.price != cartEntry.listPrice %}
{{cartEntry.listPrice}}
{{cartEntry.price}}
{{cartEntry.listPrice}}
{%else%}
{{cartEntry.price}}
{% endif %}
O seu Saco de compras está vazio
RESUMO
{% if cartEntries.length > 0 %}
{% endif %}
{% if cartEntries.length == 0 %}
{% endif %}
TEM UM CÓDIGO PROMOCIONAL?
{% if appliedVouchers.length %}
{% for appliedVoucher in appliedVouchers %}
{% set voucherCode = appliedVoucher.voucherCode %}
{% if appliedVoucher.appliedPromotions.length %}
{% for appliedPromotion in appliedVoucher.appliedPromotions %}
{% set promotionMessage = appliedPromotion.promotionMessage %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
APLICAR
remover
{{promotionMessage}}
subtotal
{{subtotal}}
{% if shippingcost %}
CUSTO DE ENVIO
{{shippingcost}}
{% endif %}
{% if totalDiscount %}
{{totalDiscount}}
{% endif %}
{% if vat_amount != 0 %}
IVA
{{vat}}
{% endif %}
total
{{total}}
O seu Saco de compras está vazio
