From 38283684f5a5bb9b2738a15268f6a45819934266 Mon Sep 17 00:00:00 2001 From: Ignacio Catalina Date: Thu, 7 Sep 2017 12:52:39 +1000 Subject: [PATCH] CHECKOUT-2314 Add footer scripts to optimized checkout --- CHANGELOG.md | 1 + templates/pages/checkout.html | 2 ++ templates/pages/order-confirmation.html | 2 ++ 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c9a53c89..2508b09cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - 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) - 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) - Make 3 variations WCAG color contrast compliant [#1061](https://github.com/bigcommerce/cornerstone/pull/1061) +- Add footer script to optimized checkout / order confirmation [#1085](https://github.com/bigcommerce/cornerstone/pull/1085) ## 1.9.2 (2017-08-16) - 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) diff --git a/templates/pages/checkout.html b/templates/pages/checkout.html index 467e684ef2..e52c68839f 100644 --- a/templates/pages/checkout.html +++ b/templates/pages/checkout.html @@ -28,6 +28,8 @@

{{{ checkout.checkout_content }}} +{{{ footer.scripts }}} + {{/partial}} {{> layout/empty}} diff --git a/templates/pages/order-confirmation.html b/templates/pages/order-confirmation.html index 9fde6e7ada..45572dbade 100644 --- a/templates/pages/order-confirmation.html +++ b/templates/pages/order-confirmation.html @@ -27,6 +27,8 @@

{{{ checkout.order_confirmation_content }}} +{{{ footer.scripts }}} + {{/partial}} {{> layout/empty}}