From de01ffb556bd60cc5c53b7e9041e43c4bfe51276 Mon Sep 17 00:00:00 2001 From: jimmyedagawa78 <30567984+jimmyedagawa78@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:55:51 +0530 Subject: [PATCH 1/4] Updated the FAQ to list a question about receiving a domain Updated the FAQ to list a question about receiving a domain after signing up to Subscribie. --- subscribie/themes/theme-builder/builder/faq.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subscribie/themes/theme-builder/builder/faq.html b/subscribie/themes/theme-builder/builder/faq.html index 952d61b0..bc11beaa 100644 --- a/subscribie/themes/theme-builder/builder/faq.html +++ b/subscribie/themes/theme-builder/builder/faq.html @@ -58,6 +58,13 @@

What is my shop URL?

+
+
+

Where Will I receive a domain when I sign up?

+

Yes, after signing up and creating your shop on Subscribie, a shop will be created for you with an automated domain containing the name of your business.

+
+
+

Can I use Subscribie with my existing website?

From 4e96be653a0397619a789912b6f99537d95658d5 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 10 Oct 2023 20:35:46 -0400 Subject: [PATCH 2/4] updating faq.html --- subscribie/themes/theme-builder/builder/faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subscribie/themes/theme-builder/builder/faq.html b/subscribie/themes/theme-builder/builder/faq.html index bc11beaa..a1f2b605 100644 --- a/subscribie/themes/theme-builder/builder/faq.html +++ b/subscribie/themes/theme-builder/builder/faq.html @@ -60,8 +60,8 @@

What is my shop URL?

-

Where Will I receive a domain when I sign up?

-

Yes, after signing up and creating your shop on Subscribie, a shop will be created for you with an automated domain containing the name of your business.

+

When Will I receive a domain when I sign up?

+

After signing up and creating your shop on Subscribie, a shop will be created for you with an automated domain containing the name of your business.

From 32c4ce56a755c9dd52f07bc318785fc59b88d6dc Mon Sep 17 00:00:00 2001 From: jimmyedagawa78 <30567984+jimmyedagawa78@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:59:52 +0530 Subject: [PATCH 3/4] Update faq.html --- subscribie/themes/theme-builder/builder/faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subscribie/themes/theme-builder/builder/faq.html b/subscribie/themes/theme-builder/builder/faq.html index a1f2b605..0446b447 100644 --- a/subscribie/themes/theme-builder/builder/faq.html +++ b/subscribie/themes/theme-builder/builder/faq.html @@ -60,7 +60,7 @@

What is my shop URL?

-

When Will I receive a domain when I sign up?

+

Will I receive a domain when I sign up?

After signing up and creating your shop on Subscribie, a shop will be created for you with an automated domain containing the name of your business.

@@ -92,7 +92,7 @@

When I get orders, how will I see them and track them?

Can I take order notes from customers?

Yes. For each subscription plan you sell, you can choose to request customers - leave a note alongside their order. You can then see these on you shop + leave a note alongside their order. You can then see these on your shop dashboard under 'order notes'.

From 8112a8b32fac3d764699e66d38e913bcde2fda96 Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Wed, 11 Oct 2023 23:03:53 +0100 Subject: [PATCH 4/4] Fix #1260 ImportError: cannot import name 'url_encode' from 'werkzeug.urls' --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9afbec0..be338751 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ wheel Flask>=2,<3 flask_cors Flask-Reuploaded==0.3.2 -Flask-WTF==1.0.0 +Flask-WTF==1.2.1 email-validator==1.1.3 Flask-Mail>=0.9.1 requests==2.31.0