{% extends "newbase.html" %} {% block title %}Rowsandall Purchase Training Plan{% endblock title %} {% load rowerfilters %} {% block main %}

Confirm Your Payment

Order Overview

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 processed by Braintree (A PayPal service):

  • Plan{{ plan.name }}
    Total€ {{ plan.price|discounted:rower|currency }}

    Street Address{{ user.rower.street_address }}
    City{{ user.rower.city }}
    Postal Code{{ user.rower.postal_code }}
    Country{{ user.rower.country }}

  • I have taken note of the Refund and Cancellation Policy and agree with the Terms of Service.

    {% csrf_token %}
  • After you hit the Purchase button, the transaction will be launched. Please wait until the transaction completes. Do not click the button twice. Do not close your browser window.

{% include 'braintreedropin.html' %} {% endblock %} {% block sidebar %} {% include 'menu_payments.html' %} {% endblock %}