diff --git a/package-lock.json b/package-lock.json index 9fc2a08..a70010f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-cart", - "version": "1.1.11", + "version": "1.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/views/themes/Cloth/checkout.hbs b/views/themes/Cloth/checkout.hbs index 7008dbc..8285f09 100644 --- a/views/themes/Cloth/checkout.hbs +++ b/views/themes/Cloth/checkout.hbs @@ -1,4 +1,10 @@
+
{{> (getTheme 'cart')}}
diff --git a/views/themes/Cloth/pay.hbs b/views/themes/Cloth/pay.hbs index 128e942..0aac7e1 100644 --- a/views/themes/Cloth/pay.hbs +++ b/views/themes/Cloth/pay.hbs @@ -1,4 +1,11 @@
+
{{#if paymentMessage}}

{{paymentMessage}}