Skip to content

Commit

Permalink
feat(payment): PI-2771 Add a section to display the payment promotion…
Browse files Browse the repository at this point in the history
… widget on category pages.
  • Loading branch information
bc-phargelm committed Dec 31, 2024
1 parent 12661dc commit cdc9678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump other GH actions to fix warnings related to old versions. ([#2495](https://github.com/bigcommerce/cornerstone/pull/2495))
- 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))
- Add a region to display the payment promotion widget on the category pages. ([#2530](https://github.com/bigcommerce/cornerstone/pull/2530))

## 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)
Expand Down
1 change: 1 addition & 0 deletions templates/components/products/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ <h3 class="card-title">
{{> components/common/login-for-pricing}}
{{/or}}
</div>
{{{region name="product_below_price"}}}
{{> components/products/bulk-discount-rates}}
</div>
</article>
1 change: 1 addition & 0 deletions templates/components/products/list-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h4 class="listItem-title">
{{#or customer (unless settings.hide_price_from_guests)}}
{{#if price}}
<div class="listItem-price">{{> components/products/price price=price}}</div>
{{{region name="product_below_price"}}}
{{/if}}
{{else}}
{{> components/common/login-for-pricing}}
Expand Down

0 comments on commit cdc9678

Please sign in to comment.