Skip to content

Commit

Permalink
Merge pull request #2530 from bigcommerce/PI-2771
Browse files Browse the repository at this point in the history
feat(payment): PI-2771 Add a region to display the payment promotion widget on the category pages.
  • Loading branch information
bc-phargelm authored Jan 3, 2025
2 parents c9fa236 + 6e46c58 commit 32feea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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)
- Use fetch when updating variants in cart ([#2521](https://github.com/bigcommerce/cornerstone/pull/2521))
- 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)

## 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 32feea0

Please sign in to comment.