From 5a99d248ab3d66299c900ca7fdc3aeba24e8da75 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Tue, 29 Oct 2019 18:23:48 +1030 Subject: [PATCH] Fixing #88 properly on all themes --- views/themes/Cloth/cart.hbs | 2 +- views/themes/Material/cart.hbs | 2 +- views/themes/Mono/cart.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/themes/Cloth/cart.hbs b/views/themes/Cloth/cart.hbs index 1e0aeae..0f3d9d1 100644 --- a/views/themes/Cloth/cart.hbs +++ b/views/themes/Cloth/cart.hbs @@ -96,7 +96,7 @@ {{#ifCond page '!=' 'pay'}}
- {{#ifCond ../page '==' 'checkout'}} + {{#ifCond @root.page '==' 'checkout'}} Pay now {{else}} Checkout diff --git a/views/themes/Material/cart.hbs b/views/themes/Material/cart.hbs index 712a8dd..e4c4e84 100644 --- a/views/themes/Material/cart.hbs +++ b/views/themes/Material/cart.hbs @@ -89,7 +89,7 @@
{{#ifCond page '!=' 'pay'}}
- {{#ifCond page '==' 'checkout'}} + {{#ifCond @root.page '==' 'checkout'}} Pay now {{else}} Checkout diff --git a/views/themes/Mono/cart.hbs b/views/themes/Mono/cart.hbs index 1c8bdd6..356947c 100644 --- a/views/themes/Mono/cart.hbs +++ b/views/themes/Mono/cart.hbs @@ -89,7 +89,7 @@
{{#ifCond page '!=' 'pay'}}
- {{#ifCond page '==' 'checkout'}} + {{#ifCond @root.page '==' 'checkout'}} Pay now {{else}} Checkout