Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion subscribie/themes/theme-builder/builder/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ <h3>What is my shop URL?</h3>
</div>
</div>

<div class="row">
<div class="col-sm-12">
<h3>Will I receive a domain when I sign up?</h3>
<p>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.</p>
</div>
</div>

<div class="row">
<div class="col-sm-12">
<h3>Can I use Subscribie with my existing website?</h3>
Expand Down Expand Up @@ -85,7 +92,7 @@ <h3>When I get orders, how will I see them and track them?</h3>
<h3>Can I take order notes from customers?</h3>
<p>
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'.
</p>
</div>
Expand Down