{{#if product.posOnline}}
{{#compare product.category "==" "product-voucher"}}
{{#ifArrayLengthEquals product.promotionsEligible 0}}
{{else}}
{{#each product.promotionsEligible}}
{{../product.currencySymbol}} {{../product.price}} {{formatCurrencyCompact this.currency this.priceAmount}}
{{/each}}
{{/ifArrayLengthEquals}}
{{/compare}}
{{/if}}
{{{product.name}}}
{{product.currencySymbol}} {{product.price}}