{{#ifEquals lineItems.length 0}}
{{else}}
{{#each lineItems}}
{{{shoppingCartImageLink url name imagePath }}}
{{{shoppingCartLink url description}}}
{{{promotionalMessage}}}
QTY: {{quantity}}
{{#ifEquals savings 0}}
{{lineItemTotal}}
{{else}}
{{lineItemPrice}}
{{lineItemTotal}}
{{/ifEquals}}
{{#ifEquals available 0}}
*This product is currently out of stock.
{{/ifEquals}}
{{#ifGreater available 0}}
{{#ifGreater quantity available}}
We’re sorry, the requested quantity is not available.
{{/ifGreater}}
{{/ifGreater}}
{{/each}}
{{/ifEquals}}
{{#ifEquals lineItems.length 0}}
{{else}}
{{/ifEquals}}
1 item added to your cart