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

Downgrade

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

  • 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

    {{ planselectform.as_table }}
  • Your downgrade will be effective immediately. The price difference for the current billing cycle will be credited to your next charge (prorated). For example, when you downgrade from a 65€ plan to a 15€ plan (50€ difference), in the 6th month of the 12 month billing cycle, you will have a credit of 25€ which will be used for the next billing cycles.

    Looking for the upgrade option?

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