Skip to content

Commit

Permalink
feat(payments): PAYPAL-823 Add new banner on the cart page
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Lashkul committed Dec 8, 2020
1 parent c58cbeb commit 07f7a44
Showing 1 changed file with 2 additions and 0 deletions.
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="banner_below_price"}}}

{{#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 07f7a44

Please sign in to comment.