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

Upgrade

  • Billing Details

    For tax reasons, we need your country of residence. You should update this when it is incorrect.

    {{ billingaddressform.as_table }}
  • Choose your Plan

    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.

    {{ planselectform.as_table }}
  • Your upgrade will be effective immediately. For the current billing cycle, you will be charged for a prorated amount. For example, when you upgrade from a 15€ plan to a 65€ plan (a difference of 50€) in the 6th month of the 12 month billing cycle, you will be charged 35€.

    Looking for the downgrade option?

  • {% csrf_token %} You will be able to review your order before purchase.
{% endblock %} {% block sidebar %} {% include 'menu_payments.html' %} {% endblock %}