{% extends "newbase.html" %} {% block title %}Rowsandall Paid Membership{% endblock title %} {% load rowerfilters %} {% block main %}

Paid Membership Plans

  • Rowsandall.com offers free data and analysis for rowers, by rowers. Of course, offering this service is not free. To help cover the hosting costs, we have created a paid plan offering extended functionality.

    All plans are valid for a year. Recurring payment plans will automatically bill you at the start of a new 12 month period. You can stop your plan at any time in your settings.

    {% if rower %} {% endif %} {% if rower and rower.rowerplan == 'basic' %} {% endif %} {% if rower and rower.rowerplan == 'basic' %} {% endif %} {% if user.is_anonymous %} {% elif rower and rower.rowerplan == 'basic' %} {% endif %}
      BASIC PRO
    Basic rowing metrics (spm, time, distance, heart rate, power) ✔ ✔
    Manual Import, Export, Synchronization and download of all your data ✔ ✔
    Heart rate and power zones ✔ ✔
    Ranking Pieces, Stroke Analysis ✔ ✔
    Compare Workouts ✔ ✔
    Automatic Synchronization with other fitness sites ✔ ✔
    Advanced Analysis (Critical Power, Stats, Box Chart, Trend Flex) ✔ ✔
    All other rowing metrics (Work per Stroke, Average and Peak Force, Drive Length, Catch and Finish Angle, Slip and Wash, Peak Force Angle, and more) partly ✔
    Empower Stroke Profile   ✔
    Sensor Fusion, Split Workout, In-stroke metrics   ✔
    Create and manage groups.   ✔
    Create Training plans, tests and challenges for yourself and your training group. Track your performance against plan.   ✔
    Create Training plans, tests and challenges for your athletes. Track their performance against plan.   ✔
    Manage your athlete's workouts   ✔
    Run analytics for your athletes   ✔
    Change zone intensities and other workout related settings for your athletes   ✔
    Pricing FREE From 25€/year
       

    Your current plan

    {% if rower.rowerplan == 'basic' %}

    BASIC

    {% else %}   {% endif %}
    {% if rower.rowerplan == 'pro' %}

    PRO ({{ rower.paymenttype }})

    {% else %}   {% endif %}
    Available trial (no strings attached)   {% if user.is_anonymous %} {% elif rower and rower.rowerplan == 'basic' and rower.protrialexpires|date_dif == 1 %} {% else %}   {% endif %}
    Available upgrades  

    Payment methods: We accept credit card payments and PayPal through Braintree.

    Terms and Conditions, Contact Information

    Before purchasing any of our paid plans, you must review and acknowledge our Terms and Conditions, and Refunds and Returns Policy

    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.

{% endblock %} {% block sidebar %} {% include 'menu_help.html' %} {% endblock %}