diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bfd9faaa..f247824218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a section to display the payment promotion widget in the drop-down of the cart preview [#2523](https://github.com/bigcommerce/cornerstone/pull/2523) - Add support Node 20 [#2519](https://github.com/bigcommerce/cornerstone/pull/2519) - Use fetch when updating variants in cart [#2521](https://github.com/bigcommerce/cornerstone/pull/2521) -- Add a region to display the payment promotion widget on the category pages. [#2530](https://github.com/bigcommerce/cornerstone/pull/2530) +- Add a region to display the payment promotion widget on the category pages [#2530](https://github.com/bigcommerce/cornerstone/pull/2530) +- Rename the region to display the payment promotion widget on the category pages [#2531](https://github.com/bigcommerce/cornerstone/pull/2531) ## 6.15.0 (10-18-2024) - Cornerstone changes to support inc/ex tax price lists on PDP [#2486](https://github.com/bigcommerce/cornerstone/pull/2486) diff --git a/templates/components/products/card.html b/templates/components/products/card.html index 9cf90be583..c90f62e76a 100644 --- a/templates/components/products/card.html +++ b/templates/components/products/card.html @@ -132,7 +132,7 @@

{{> components/common/login-for-pricing}} {{/or}} - {{{region name="product_below_price"}}} + {{{region name="product_item_below_price"}}} {{> components/products/bulk-discount-rates}} diff --git a/templates/components/products/list-item.html b/templates/components/products/list-item.html index 3f8b773dfb..b2678a4ab1 100644 --- a/templates/components/products/list-item.html +++ b/templates/components/products/list-item.html @@ -86,7 +86,7 @@

{{#or customer (unless settings.hide_price_from_guests)}} {{#if price}}
{{> components/products/price price=price}}
- {{{region name="product_below_price"}}} + {{{region name="product_item_below_price"}}} {{/if}} {{else}} {{> components/common/login-for-pricing}}