Skip to content

Commit 4a33a0c

Browse files
authored
feat(payments): PAYPAL-823 Add new banner on the cart page (#1901)
1 parent c58cbeb commit 4a33a0c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Move Tax Field under Grand Total on Cart when Tax inclusive. [#1903](https://github.com/bigcommerce/cornerstone/pull/1903)
2525
- Added styling config for the PayPal SPB on checkout page [#1866](https://github.com/bigcommerce/cornerstone/pull/1866)
2626
- Moved zoomSize and productSize to the upper level, cause product.js is not availabe on the Quick View [#1884](https://github.com/bigcommerce/cornerstone/pull/1884)
27+
- Added new region on the cart page [#1901](https://github.com/bigcommerce/cornerstone/pull/1901)
2728

2829
## 4.12.1 (11-10-2020)
2930
- Write a Review modal cause TypeError. [#1899](https://github.com/bigcommerce/cornerstone/pull/1899)

templates/pages/cart.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
{{> components/cart/totals}}
2525
</div>
2626

27+
{{{region name="cart_below_totals"}}}
28+
2729
{{#if cart.show_primary_checkout_button}}
2830
<div class="cart-actions cart-content-padding-right">
2931
<a class="button button--primary" href="{{urls.checkout.single_address}}" title="{{lang 'cart.checkout.title'}}">{{lang 'cart.checkout.button'}}</a>

0 commit comments

Comments
 (0)