{{inject 'can_purchase' product.can_purchase}}
{{product.title}}
|
{{#if product.bulk_discount_rates.length}} {{#withLast product.bulk_discount_rates}} {{discount.formatted}} {{/withLast}} - {{product.price.without_tax.formatted}} {{else}}
{{product.price.without_tax.formatted}}
{{/if}}
    {{> components/common/custom-currency-selector class="sticky" id="sticky"}}
{{#and (if currency_selector.active_currency_code '===' 'CAD') (if (getVar 'notAvailableInCanada') '===' 1)}} {{else}}
{{#if (getVar "addToCartOverride") '===' 1}} {{#if product.warranty}} {{#JSONparse product.warranty}} {{#if addToCartOverride}}
{{/if}} {{/JSONparse}} {{/if}} {{else}}
{{lang 'products.quantity'}}
{{/if}}
{{/and}}