From 9f5292973b4643fff087544a2983749ef71c63da Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:39:00 -0500 Subject: [PATCH 1/8] Added coupon support --- signup_w_addons.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_addons.html b/signup_w_addons.html index 137ecf9..e2e6582 100644 --- a/signup_w_addons.html +++ b/signup_w_addons.html @@ -98,6 +98,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -312,4 +314,4 @@

Choose from these great add-ons!

- \ No newline at end of file + From d17cf78b7ce52b0b6c3097ed5f7e966203dc3ca6 Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:41:58 -0500 Subject: [PATCH 2/8] Update signup_one_time_invoice.html --- signup_one_time_invoice.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_one_time_invoice.html b/signup_one_time_invoice.html index 43ec5f6..f2737c2 100755 --- a/signup_one_time_invoice.html +++ b/signup_one_time_invoice.html @@ -82,6 +82,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -159,4 +161,4 @@

Signup form with with no payment required

- \ No newline at end of file + From 518679cb3929f5f22fd5db7c16da1df67fbe69f5 Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:42:14 -0500 Subject: [PATCH 3/8] Update signup_w_compare_view.html --- signup_w_compare_view.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_compare_view.html b/signup_w_compare_view.html index fb7ffa2..c587fd5 100755 --- a/signup_w_compare_view.html +++ b/signup_w_compare_view.html @@ -122,6 +122,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -472,4 +474,4 @@

Signup form with a pricing chooser

- \ No newline at end of file + From b69f6259d349a0d81113d2c0e083b7d84a316c1f Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:42:32 -0500 Subject: [PATCH 4/8] Update signup_w_credit_card.html --- signup_w_credit_card.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_credit_card.html b/signup_w_credit_card.html index fca34d4..8f25bd7 100755 --- a/signup_w_credit_card.html +++ b/signup_w_credit_card.html @@ -98,6 +98,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription class_name: 'Test Class', }, @@ -224,4 +226,4 @@

Signup while collecting a credit card

- \ No newline at end of file + From d3c71bd81359a8bd6ae8bb90a147a9e705bfd6d5 Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:43:09 -0500 Subject: [PATCH 5/8] Added coupon support --- signup_w_custom_pricing.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_custom_pricing.html b/signup_w_custom_pricing.html index e0f513a..ac3ffb3 100755 --- a/signup_w_custom_pricing.html +++ b/signup_w_custom_pricing.html @@ -98,6 +98,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -252,4 +254,4 @@

Signup form with custom pricing

- \ No newline at end of file + From 1d428ec0c893eab5a685e2c2e29cb1fb9a216b44 Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:43:39 -0500 Subject: [PATCH 6/8] Added coupon support --- signup_w_initial_promo_discount.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_initial_promo_discount.html b/signup_w_initial_promo_discount.html index 732ba25..97406e7 100755 --- a/signup_w_initial_promo_discount.html +++ b/signup_w_initial_promo_discount.html @@ -98,6 +98,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -233,4 +235,4 @@

Signup form with an initial promotional discount

- \ No newline at end of file + From 297d737f8278e70efb0b568959476bb54056ca26 Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:43:57 -0500 Subject: [PATCH 7/8] Added coupon support --- signup_w_multiple_plans.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_multiple_plans.html b/signup_w_multiple_plans.html index 6c9ea9d..50130d3 100755 --- a/signup_w_multiple_plans.html +++ b/signup_w_multiple_plans.html @@ -98,6 +98,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -238,4 +240,4 @@

Signup form with multiple products (e.g. a bundle)

- \ No newline at end of file + From 8659dc927cd527e8340cfc4ee638c7298c5dbec5 Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:44:19 -0500 Subject: [PATCH 8/8] Added coupon support --- signup_without_payment.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_without_payment.html b/signup_without_payment.html index 465160b..dbbeecd 100755 --- a/signup_without_payment.html +++ b/signup_without_payment.html @@ -82,6 +82,8 @@ // nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them // holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date + + // coupon: '', // Send the coupon code to have it applied to the subscription }, 'user': { @@ -159,4 +161,4 @@

Signup form with with no payment required

- \ No newline at end of file +