Skip to content

Commit 1a7a0a7

Browse files
authored
Merge pull request #1085 from icatalina/CHECKOUT-2314
CHECKOUT-2314 Add footer scripts to optimized checkout
2 parents dd4cfe1 + 3828368 commit 1a7a0a7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Fixes a bug where product options and add to cart do not work when opened in Quick View modals [#1070](https://github.com/bigcommerce/cornerstone/pull/1070)
77
- Fixes a bug where the Apple Pay button is displayed in incompatible browsers in the Preview Cart modal [#1084](https://github.com/bigcommerce/cornerstone/pull/1084)
88
- Make 3 variations WCAG color contrast compliant [#1061](https://github.com/bigcommerce/cornerstone/pull/1061)
9+
- Add footer script to optimized checkout / order confirmation [#1085](https://github.com/bigcommerce/cornerstone/pull/1085)
910

1011
## 1.9.2 (2017-08-16)
1112
- Hide Info in footer if no address is provided in Store Profile. Hide Brands in footer if Merchant has no brands [#1053](https://github.com/bigcommerce/cornerstone/pull/1053)

templates/pages/checkout.html

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ <h2 class="checkoutHeader-heading">
2828

2929
{{{ checkout.checkout_content }}}
3030

31+
{{{ footer.scripts }}}
32+
3133
{{/partial}}
3234

3335
{{> layout/empty}}

templates/pages/order-confirmation.html

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ <h2 class="checkoutHeader-heading">
2727

2828
{{{ checkout.order_confirmation_content }}}
2929

30+
{{{ footer.scripts }}}
31+
3032
{{/partial}}
3133

3234
{{> layout/empty}}

0 commit comments

Comments
 (0)