{{#if discountsApplied}} Sale Price {{{discountedPrice}}} Regular Price {{{price}}} {{else}} {{{price}}} {{/if}}
{{#if discountsApplied}} {{#each discounts}}
{{ this.discount_application.title }} (-{{{ this.formattedAmount }}})
{{/each}} {{/if}}
Subtotal
{{{subTotalPrice}}}
{{#if cartDiscountsApplied}}
Discounts
- {{#each cartDiscounts}}
- (-{{{ this.formattedAmount }}})
{{/each}}
{{/if}} {{#if cartTotalSavings}}
Total Savings
{{cartTotalDiscounts}}
{{/if}}