Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(payment): PI-2771 Rename region for product item.
Browse files Browse the repository at this point in the history
bc-phargelm committed Jan 3, 2025
1 parent 32feea0 commit 533d711
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/components/products/card.html
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ <h3 class="card-title">
{{> components/common/login-for-pricing}}
{{/or}}
</div>
{{{region name="product_below_price"}}}
{{{region name="product_item_below_price"}}}
{{> components/products/bulk-discount-rates}}
</div>
</article>
2 changes: 1 addition & 1 deletion templates/components/products/list-item.html
Original file line number Diff line number Diff line change
@@ -86,7 +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"}}}
{{{region name="product_item_below_price"}}}
{{/if}}
{{else}}
{{> components/common/login-for-pricing}}

0 comments on commit 533d711

Please sign in to comment.