Skip to content

Commit

Permalink
feat(payments): PAYPAL-823 Add new banner on the cart page (bigcommer…
Browse files Browse the repository at this point in the history
  • Loading branch information
helga1507 authored and sacr3dc0w committed Mar 31, 2021
1 parent 3ed6561 commit f0c838a
Show file tree
Hide file tree
Showing 2 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 @@ -24,6 +24,7 @@
- Move Tax Field under Grand Total on Cart when Tax inclusive. [#1903](https://github.com/bigcommerce/cornerstone/pull/1903)
- Added styling config for the PayPal SPB on checkout page [#1866](https://github.com/bigcommerce/cornerstone/pull/1866)
- 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)
- Added new region on the cart page [#1901](https://github.com/bigcommerce/cornerstone/pull/1901)

## 4.12.1 (11-10-2020)
- Write a Review modal cause TypeError. [#1899](https://github.com/bigcommerce/cornerstone/pull/1899)
Expand Down
2 changes: 2 additions & 0 deletions templates/pages/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
{{> components/cart/totals}}
</div>

{{{region name="cart_below_totals"}}}

{{#if cart.show_primary_checkout_button}}
<div class="cart-actions cart-content-padding-right">
<a class="button button--primary" href="{{urls.checkout.single_address}}" title="{{lang 'cart.checkout.title'}}">{{lang 'cart.checkout.button'}}</a>
Expand Down

0 comments on commit f0c838a

Please sign in to comment.