{{# if price}}
{{#or has_options product.options.length}}
{{#if price.with_tax}}
{{#if schema_org}}
{{#if price.without_tax}}
{{else}}
{{/if}}
{{/if}}
{{#if page_type '!==' 'product'}}
{{#if as_low_as}}
{{lang 'product.as_low_as_price_message'}}
{{/if}}
{{/if}}
{{price.with_tax.formatted}}
{{#if price.saved}}
{{price.rrp_with_tax.formatted}}
{{/if}}
{{#if price.without_tax}}
{{lang 'product.including_tax'}}
{{/if}}
{{/if}}
{{#if price.without_tax}}
{{#if page_type '!==' 'product'}}
{{#if as_low_as}}
{{lang 'product.as_low_as_price_message'}}
{{/if}}
{{/if}}
{{price.without_tax.formatted}}
{{#if price.saved}}
{{price.rrp_without_tax.formatted}}
{{/if}}
{{#if price.with_tax}}
{{lang 'product.excluding_tax'}}
{{/if}}
{{/if}}
{{#if show_savings}}
{{#if price.saved}}
({{lang 'product.you_save'}} {{price.saved.formatted}})
{{/if}}
{{/if}}
{{else}}
{{#if price.with_tax}}
{{price.with_tax.formatted}}
{{#if price.saved}}
{{price.rrp_with_tax.formatted}}
{{/if}}
{{#if price.without_tax}}
{{lang 'product.including_tax'}}
{{/if}}
{{/if}}
{{#if price.without_tax}}
{{price.without_tax.formatted}}
{{#if price.saved}}
{{price.rrp_without_tax.formatted}}
{{/if}}
{{#if price.with_tax}}
{{lang 'product.excluding_tax'}}
{{/if}}
{{/if}}
{{#if show_savings}}
{{#if price.saved}}
({{lang 'product.you_save'}} {{price.saved.formatted}})
{{/if}}
{{/if}}
{{/or}}
{{/if}}