- Amount 1
- Your Info 2
- Payment 3
{% if request.current_order %}
{% for item in request.current_order.items %}
{% if item.num_time_periods and item.time_period_type %}
{{ item.quantity }} {{ item.name }} @ {{ item.amount }} - billed automatically every {{ item.num_time_periods }} {{item.time_period_type }}
{% else %}
{{ item.quantity }} {{ item.name }} @ {{ item.amount }}
{% endif %}
{% endfor %}
Clear order
{% elsif page.donation.donation_frequency == "monthly" %}
{% if page.donation.amount_in_cents != 0 %}
{{ page.donation.amount_formatted }}Your credit card will be billed automatically every month {% else %}{{ page.donation.form_amount_options }}
Your credit card will be billed automatically every month
{% endif %}
{% else %}
{% if page.donation.amount_in_cents != 0 %}
{{ page.donation.amount_formatted }}{% else %}{{ page.donation.form_amount_options }}
{% endif %}
{% if page.donation.max_installments > 1 %}
I want to pay this in {% collection_select "num_installments", page.donation.installment_collection, class:"select" %} installments
{% endif %}
{% endif %}
|
Law requires we ask for your employer and occupation. If you don't have an employer or are retired, put N/A, and if you are self-employed put "self-employed" in employer and describe your occupation. {% endif %} {% if page.donation.merchant_account.is_corporate_contribution_required? %} {% endif %} {% if page.donation.merchant_account.is_taxable? %}Contributions are not tax deductible. {% else %}Contributions are tax deductible. {% endif %} |
{% if custom_field.is_text? or custom_field.is_number? %} {% text_field custom_field_id, class:"text" %} {% elsif custom_field.is_boolean? %} {% elsif custom_field.is_multiple_choice? %} {% collection_select custom_field_id, custom_fields.donation[custom_field.slug].multiple_choice_options, class:"select" %} {% endif %} |
{% if page.donation.has_merchant_account? and page.donation.merchant_account.is_paypal_express? == false %}
{% if page.donation.has_merchant_account? and page.donation.merchant_account.is_paypal_express? %}
|