diff --git a/rowers/templates/billing.html b/rowers/templates/billing.html index 0aacc77e..d6035180 100644 --- a/rowers/templates/billing.html +++ b/rowers/templates/billing.html @@ -20,7 +20,13 @@

Unless specified otherwise, the payments on the recurring payment plans are annual. The prices are specified as a price per year. You can downgrade or cancel your - plan at any time in your settings. + plan at any time, through the settings page. + Please refer to our terms and conditions for our + payments and refunds policy. Accepted payment methods are the payment methods offered + by + Braintree + through us. If you have any questions about our payments and refunds policy, please contact + us by email at support@rowsandall.com.

diff --git a/rowers/templates/legal.html b/rowers/templates/legal.html index 83d8ca9b..037e3253 100644 --- a/rowers/templates/legal.html +++ b/rowers/templates/legal.html @@ -151,6 +151,10 @@

You can contact rowsandall.com by using the email contact form.

+

Fees and Payments for Purchased Services

+ +{% include "refunds.html" %} +

Privacy Policy

diff --git a/rowers/templates/paidplans.html b/rowers/templates/paidplans.html index 280ff45d..cd174ccd 100644 --- a/rowers/templates/paidplans.html +++ b/rowers/templates/paidplans.html @@ -172,7 +172,7 @@ {% endif %}
- Available trials + Available trials (no strings attached)   @@ -300,6 +300,26 @@

If you would like to find a coach who helps you plan your training through rowsandall.com, contact me throught the contact form.

+

Terms and Conditions, Contact Information

+ +

Our paid plans follow the Terms and Conditions.

+ +

Payments are made to "Rowsandall s.r.o.", with the following contact information:

+

Rowsandall s.r.o.
+ Nové sady 988/2
+ 602 00 Brno
+ Czech Republic
+ IČ: 070 48 572
+ DIČ: CZ 070 48 572 (Nejsme plátce DPH)
+ Datová schránka: 7897syr
+ Email: info@rowsandall.com
+ The company is registered in the business register at the + Regional Court in Brno (Společnost je zapsána v obchodním rejstříku vedeném u Krajského soudu v Brně, oddíl C, vložka 105845)
+

+ +

Do not hesitate to contact us at info@rowsandall.com + with any payment related question you have.

+ diff --git a/rowers/templates/payment_completed.html b/rowers/templates/payment_completed.html index 45c02d84..dbfc9c9a 100644 --- a/rowers/templates/payment_completed.html +++ b/rowers/templates/payment_completed.html @@ -8,7 +8,7 @@

Thank you for registering to {{ user.rower.paidplan.name }}. You have paid for 12 months membership. You were charged {{ amount }} € You will receive an email - confirming the payment + confirming the payment.

@@ -19,6 +19,19 @@ {% endif %}

+

Unless specified otherwise, the payments on the + recurring payment plans are annual. The prices are specified + as a price per year. You can downgrade or cancel your + plan at any time, through the settings page. + Please refer to our terms and conditions for our + payments and refunds policy. Accepted payment methods are the payment methods offered + by + Braintree + through us. If you have any questions about our payments and refunds policy, please contact + us by email at support@rowsandall.com. +

+ + {% endblock %} {% block sidebar %} diff --git a/rowers/templates/paymentconfirm.html b/rowers/templates/paymentconfirm.html index 35b94715..149a1355 100644 --- a/rowers/templates/paymentconfirm.html +++ b/rowers/templates/paymentconfirm.html @@ -7,6 +7,18 @@

Order Overview

+

Unless specified otherwise, the payments on the + recurring payment plans are annual. The prices are specified + as a price per year. You can downgrade or cancel your + plan at any time, through the settings page. + Please refer to our terms and conditions for our + payments and refunds policy. Accepted payment methods are the payment methods offered + by + Braintree + through us. If you have any questions about our payments and refunds policy, please contact + us by email at support@rowsandall.com. +

+

Payments will be procesed by Braintree (A PayPal service):

diff --git a/rowers/templates/privacypolicy.html b/rowers/templates/privacypolicy.html index 087f52c3..944660ed 100644 --- a/rowers/templates/privacypolicy.html +++ b/rowers/templates/privacypolicy.html @@ -205,12 +205,13 @@

Payment Information

- We user PayPal and Braintree (a PayPal service) to process payments. + We use PayPal and Braintree (a PayPal service) to process payments. Your payment information, such as credit card information, is not stored on our servers, but is stored in a secure vault at our payment - processors PayPal and Braintree. + processors PayPal and Braintree, and processed and controlled by them.

+

Team Functionality

diff --git a/rowers/templates/refunds.html b/rowers/templates/refunds.html new file mode 100644 index 00000000..faf7140d --- /dev/null +++ b/rowers/templates/refunds.html @@ -0,0 +1,36 @@ + +

Thank you for shopping at Rowsandall.

+ + +

Digital products

+ +

Recurring payments are always paid in full for the entire duration of the plan + and are automatically renewed at the end of the plan. At any time during the duration + of the plan, you can cancel the recurring payment. We do not issue refunds for payments + regarding the current plan period.

+ +

We do not issue refunds for digital products once the order is + confirmed and the product is sent.

+ + +

We recommend contacting us for assistance if you experience any issues receiving + our products.

+ +

Upgrades and Downgrades

+ +Upgrades and downgrades between paid plans are effective immediately, but the billing cycle +is not changed. Upgrades are charged a pro-rated amount for the current billing cycle. Downgrades +will result in a credit on our accounts, leading to a lower charge at the beginning of the +subsequent billing cycle. + + +

Contact us

+ +

If you have any questions about our Returns and Refunds Policy, please contact us:

+ +
    +
  • +

    By email: support@rowsandall.com

    +
  • +
+ diff --git a/rowers/templates/upgrade.html b/rowers/templates/upgrade.html index f224f7dd..9b4c018a 100644 --- a/rowers/templates/upgrade.html +++ b/rowers/templates/upgrade.html @@ -21,7 +21,13 @@

Unless specified otherwise, the payments on the recurring payment plans are annual. The prices are specified as a price per year. You can downgrade or cancel your - plan at any time in your settings. + plan at any time, through the settings page. + Please refer to our terms and conditions for our + payments and refunds policy. Accepted payment methods are the payment methods offered + by + Braintree + through us. If you have any questions about our payments and refunds policy, please contact + us by email at support@rowsandall.com.

diff --git a/rowers/templates/upgradeconfirm.html b/rowers/templates/upgradeconfirm.html index b42c4459..2427117a 100644 --- a/rowers/templates/upgradeconfirm.html +++ b/rowers/templates/upgradeconfirm.html @@ -7,6 +7,18 @@

Order Overview

+

Unless specified otherwise, the payments on the + recurring payment plans are annual. The prices are specified + as a price per year. You can downgrade or cancel your + plan at any time, through the settings page. + Please refer to our terms and conditions for our + payments and refunds policy. Accepted payment methods are the payment methods offered + by + Braintree + through us. If you have any questions about our payments and refunds policy, please contact + us by email at support@rowsandall.com. +

+

Payments will be procesed by Braintree (A PayPal service):

diff --git a/rowers/tests/testdata/testdata.csv.gz b/rowers/tests/testdata/testdata.csv.gz index c3dcd42c..0c3ce15b 100644 Binary files a/rowers/tests/testdata/testdata.csv.gz and b/rowers/tests/testdata/testdata.csv.gz differ