From 282ddb40feb372dcee3b88f2d9f02b949bd4b983 Mon Sep 17 00:00:00 2001 From: snaderiBC Date: Mon, 6 Mar 2017 13:21:52 +1100 Subject: [PATCH] CHECKOUT-1189 : Adding support to Order Confirmation page in Stencil --- templates/pages/orderconfirmation.html | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/pages/orderconfirmation.html diff --git a/templates/pages/orderconfirmation.html b/templates/pages/orderconfirmation.html new file mode 100644 index 0000000000..9fde6e7ada --- /dev/null +++ b/templates/pages/orderconfirmation.html @@ -0,0 +1,32 @@ +{{#partial "head"}} +{{{ checkout.checkout_head }}} +{{{ stylesheet '/assets/css/optimized-checkout.css' }}} +{{ getFontsCollection }} + + + +{{/partial}} + +{{#partial "page"}} +
+ +
+ +{{{ checkout.order_confirmation_content }}} + +{{/partial}} + +{{> layout/empty}}