diff --git a/templates/components/products/options/product-list.html b/templates/components/products/options/product-list.html index ba0ce05ee8..5a0311c6cf 100644 --- a/templates/components/products/options/product-list.html +++ b/templates/components/products/options/product-list.html @@ -51,7 +51,7 @@ type="radio" name="attribute[{{id}}]" value="0" - id="attribute_0_{{id}}" + id="attribute_productlist_0_{{id}}" {{#if defaultValue '==' 0}}checked{{/if}}> {{/unless}} @@ -61,7 +61,7 @@ type="radio" name="attribute[{{../id}}]" value="{{id}}" - id="attribute_{{id}}" + id="attribute_productlist_{{id}}" {{#if selected}}checked{{/if}} {{#if ../required}}required{{/if}}> diff --git a/templates/components/products/price-range.html b/templates/components/products/price-range.html index 427d564f8d..d1577e250c 100644 --- a/templates/components/products/price-range.html +++ b/templates/components/products/price-range.html @@ -1,5 +1,5 @@ {{#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}}
@@ -14,6 +14,7 @@ {{/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 --}}