diff --git a/templates/components/amp/products/card.html b/templates/components/amp/products/card.html index 2848e2c77c..8ef8cc58ee 100644 --- a/templates/components/amp/products/card.html +++ b/templates/components/amp/products/card.html @@ -1,6 +1,6 @@
- {{#or price.non_sale_price_with_tax price.non_sale_price_without_tax}} + {{#or price.sale_price_with_tax.value price.sale_price_without_tax.value}} {{#if theme_settings.product_sale_badges}}
On Sale! diff --git a/templates/components/products/card.html b/templates/components/products/card.html index b16f8f70b2..bb32ca2e68 100644 --- a/templates/components/products/card.html +++ b/templates/components/products/card.html @@ -1,7 +1,4 @@
-
- {{JSONstringify price }} -
{{#or price.sale_price_with_tax.value price.sale_price_without_tax.value}} {{#if theme_settings.product_sale_badges '===' 'sash'}} diff --git a/templates/components/products/list-item.html b/templates/components/products/list-item.html index ca3801bc63..3f51dfdd86 100644 --- a/templates/components/products/list-item.html +++ b/templates/components/products/list-item.html @@ -4,7 +4,7 @@
{{/if}}
- {{#or price.non_sale_price_with_tax price.non_sale_price_without_tax}} + {{#or price.sale_price_with_tax.value price.sale_price_without_tax.value}} {{#if theme_settings.product_sale_badges '===' 'sash'}}
On Sale!