Compre e receba no mesmo dia*
{{#if Basket.Items.length}}
{{#each Basket.Items}} -
{{Name}} {{#if SkuOptions.length }}
{{#each SkuOptions}} - {{PropertyName}}: {{OptionValue}}
{{/each}}
{{/if}}
{{#if (different ListPrice RetailPrice) }}{{formatCurrency ListPrice}}{{/if}} {{formatCurrency RetailPrice}}
{{/each}}
- Produtos ({{Basket.Items.length}}) {{formatCurrency Basket.SubTotal}}
- Desconto -{{formatCurrency Basket.DiscountAmount}}
- Total {{formatCurrency Basket.Total}}
{{else}}
Seu carrinho está vazio...
{{/if}}