{{t
- 'By clicking "Pay Now", I acknowledge that I have read and that I agree with all the terms of services and privacy policy of Open Event.'}}
+ 'By clicking "Proceed to Checkout", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
+ {{else}}
+
+ {{t
+ 'By clicking "Order Now", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
+
{{t
- 'By clicking "Proceed to Checkout", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
+ 'By clicking "Proceed to Checkout", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
@@ -289,7 +289,7 @@
{{else}}
{{t
- 'By clicking "Order Now", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
+ 'By clicking "Order Now", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
{{t
- 'By clicking "Proceed to Checkout", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
+ 'By clicking "Proceed to Checkout", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
@@ -289,7 +289,7 @@
{{else}}
{{t
- 'By clicking "Order Now", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
+ 'By clicking "Order Now", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
- {{t
- 'By clicking "Proceed to Checkout", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
-
-
-
-
- {{else}}
- {{t
- 'By clicking "Order Now", I acknowledge that I have read and that I agree with the '}} terms of services{{t ' and ' }}privacy policy {{ ' on this website.'}}
-
+ {{t 'By clicking'}}{{#if this.isPaidOrder}} {{t ' "Proceed to Checkout"'}} {{else}} {{t ' "Order Now"'}}{{/if}}
+ {{t ', I acknowledge that I have read and that I agree with the '}}
+ terms of services{{t ' and ' }}privacy policy {{t ' on this website.'}}
+
-
+
- {{/if}}
-
+
From 70cd61a132a56c2fe554260fc27b275f4365797f Mon Sep 17 00:00:00 2001
From: Saumya Chitransh
Date: Fri, 20 Nov 2020 21:29:01 +0530
Subject: [PATCH 5/9] Update order-form.hbs
Co-authored-by: Areeb Jamal
---
app/templates/components/forms/orders/order-form.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/components/forms/orders/order-form.hbs b/app/templates/components/forms/orders/order-form.hbs
index 21841e851c5..cf5ceab36db 100644
--- a/app/templates/components/forms/orders/order-form.hbs
+++ b/app/templates/components/forms/orders/order-form.hbs
@@ -284,7 +284,7 @@
terms of services{{t ' and ' }}privacy policy {{t ' on this website.'}}
- {{t 'By clicking'}}{{#if this.isPaidOrder}} {{t ' "Proceed to Checkout"'}} {{else}} {{t ' "Order Now"'}}{{/if}}
- {{t ', I acknowledge that I have read and that I agree with the '}}
- terms of services{{t ' and ' }}privacy policy {{t ' on this website.'}}
-
+ {{t 'By clicking "{{orderState}}", I acknowledge that I have read and that I agree with the '
+ orderState=(if this.isPaidOrder (t "Proceed to Checkout") (t "Order Now"))}}
+ terms of services{{t ' and ' }}privacy policy {{t ' on this website.'}}
+
- {{t 'By clicking "{{orderState}}", I acknowledge that I have read and that I agree with the '
- orderState=(if this.isPaidOrder (t "Proceed to Checkout") (t "Order Now"))}}
+ {{t 'By clicking "{{orderState}}"' orderState=(if this.isPaidOrder (t "Proceed to Checkout") (t "Order Now"))}}
+ {{', I acknowledge that I have read and that I agree with the '}}
terms of services{{t ' and ' }}privacy policy {{t ' on this website.'}}
- {{t 'By clicking "{{orderState}}"' orderState=(if this.isPaidOrder (t "Proceed to Checkout") (t "Order Now"))}}
- {{', I acknowledge that I have read and that I agree with the '}}
- terms of services{{t ' and ' }}privacy policy {{t ' on this website.'}}
+
+ {{~#if (eq placeholder 'terms')}}terms of services{{~/if~}}
+ {{~#if (eq placeholder 'privacy')}}privacy policy{{~/if~}}
+
-
+
\ No newline at end of file
From 934a87a26bafa49276c2f6803a962f69609a7322 Mon Sep 17 00:00:00 2001
From: Saumya Chitransh
Date: Sun, 22 Nov 2020 22:04:11 +0530
Subject: [PATCH 9/9] terms privacy
---
app/templates/components/forms/orders/order-form.hbs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/templates/components/forms/orders/order-form.hbs b/app/templates/components/forms/orders/order-form.hbs
index f50a619bbc6..2eebda6a58b 100644
--- a/app/templates/components/forms/orders/order-form.hbs
+++ b/app/templates/components/forms/orders/order-form.hbs
@@ -282,8 +282,8 @@
- {{~#if (eq placeholder 'terms')}}terms of services{{~/if~}}
- {{~#if (eq placeholder 'privacy')}}privacy policy{{~/if~}}
+ {{~#if (eq placeholder 'terms')}}{{t 'terms of services'}}{{~/if~}}
+ {{~#if (eq placeholder 'privacy')}}{{t 'privacy policy'}}{{~/if~}}