{{#and price.retail_price_range.min.with_tax price.retail_price_range.max.with_tax}}
{{theme_settings.pdp-retail-price-label}} {{price.retail_price_range.min.with_tax.formatted}} - {{price.retail_price_range.max.with_tax.formatted}}
{{else}} {{#if price.with_tax}}
{{/if}} {{/and}} {{#and price.price_range.min.with_tax price.price_range.max.with_tax}} {{!-- Never display the "non-sales price" if there is a price range to be shown, but we do want the element on the page --}}
{{theme_settings.pdp-price-label}} {{price.price_range.min.with_tax.formatted}} - {{price.price_range.max.with_tax.formatted}} {{#and price.price_range.min.without_tax price.price_range.max.without_tax}} {{lang 'products.price_with_tax' tax_label=price.price_range.min.tax_label}} {{/and}} {{#if schema_org}}
{{/if}}
{{/and}} {{#and price.retail_price_range.min.without_tax price.retail_price_range.max.without_tax}}
{{theme_settings.pdp-retail-price-label}} {{price.retail_price_range.min.without_tax.formatted}} - {{price.retail_price_range.max.without_tax.formatted}}
{{else}} {{#if price.without_tax}} {{/if}} {{/and}} {{#and price.price_range.min.without_tax price.price_range.max.without_tax}} {{!-- Never display the "non-sales price" if there is a price range to be shown, but we do want the element on the page --}}
{{theme_settings.pdp-price-label}} {{price.price_range.min.without_tax.formatted}} - {{price.price_range.max.without_tax.formatted}} {{#and price.price_range.min.with_tax price.price_range.max.with_tax}} {{lang 'products.price_without_tax' tax_label=price.price_range.min.tax_label}} {{/and}} {{#if schema_org}}
{{/if}}
{{/and}} {{!-- Never display the "saving price" element by default if there is a price range on the page to be shown --}} {{!-- {{#if page_type '===' 'product'}}
{{/if}} --}}