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