{{#or has_options product.options.length}} {{#if price.with_tax}}
{{#if price.rrp_with_tax}} {{price.rrp_with_tax.formatted}} {{/if}} {{#if page_type '!==' 'product'}} {{#if theme_settings.price_as_low_as}} As low as {{/if}} {{/if}} {{price.with_tax.formatted}} {{#if price.without_tax}} {{lang 'products.price_with_tax' tax_label=price.tax_label}} {{/if}}
{{/if}} {{#if price.without_tax}}
{{#if price.rrp_without_tax}} {{price.rrp_without_tax.formatted}} {{/if}} {{#if schema_org}} {{/if}} {{#if page_type '!==' 'product'}} {{#if theme_settings.price_as_low_as}} As low as {{/if}} {{/if}} {{price.without_tax.formatted}} {{#if price.with_tax}} {{lang 'products.price_without_tax' tax_label=price.tax_label}} {{/if}}
{{/if}} {{#if page_type '===' 'product'}} {{#if price.saved}}
{{lang 'products.you_save' amount=price.saved.formatted}}
{{/if}} {{/if}} {{else}} {{#if price.with_tax}}
{{#if price.rrp_with_tax}} {{price.rrp_with_tax.formatted}} {{/if}} {{price.with_tax.formatted}} {{#if price.without_tax}} {{lang 'products.price_with_tax' tax_label=price.tax_label}} {{/if}}
{{/if}} {{#if price.without_tax}}
{{#if price.rrp_without_tax}} {{price.rrp_without_tax.formatted}} {{/if}} {{#if schema_org}} {{/if}} {{price.without_tax.formatted}} {{#if price.with_tax}} {{lang 'products.price_without_tax' tax_label=price.tax_label}} {{/if}}
{{/if}} {{#if page_type '===' 'product'}} {{#if price.saved}}
{{lang 'products.you_save' amount=price.saved.formatted}}
{{/if}} {{/if}} {{/or}}