{* +--------------------------------------------------------------------+ | CiviCRM version 4.4 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2013 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {crmRegion name="billing-block"} {* Add 'required' marker to billing fields in this template for front-end / online contribution and event registration forms only. *} {if $context EQ 'front-end'} {assign var=reqMark value=' *'} {else} {assign var=reqMark value=''} {/if} {if $form.credit_card_number or $form.bank_account_number}
{if $paymentProcessor.payment_type & 2} {ts}Direct Debit Information{/ts} {else} {ts}Credit Card Information{/ts} {/if} {if $paymentProcessor.billing_mode & 2 and !$hidePayPalExpress }
{ts}If you have a PayPal account, you can click the PayPal button to continue. Otherwise, fill in the credit card and billing information on this form and click Continue at the bottom of the page.{/ts}
{$form.$expressButtonName.html}
Save time. Checkout securely. Pay without sharing your financial information.
{/if} {if $paymentProcessor.billing_mode & 1}
{if $paymentProcessor.payment_type & 2}
{$form.account_holder.label}
{$form.account_holder.html}
{$form.bank_identification_number.label}
{$form.bank_identification_number.html}
{$form.bank_name.label}
{$form.bank_name.html}
{else}
{$form.credit_card_type.label} {$reqMark}
{$form.credit_card_type.html}
{$form.credit_card_number.label} {$reqMark}
{$form.credit_card_number.html|crmAddClass:creditcard}
{$form.cvv2.label} {$reqMark}
{$form.cvv2.html}
{$form.credit_card_exp_date.label} {$reqMark}
{$form.credit_card_exp_date.html}
{/if}
{if $profileAddressFields} {/if}
{ts}Billing Name and Address{/ts}
{$form.billing_first_name.label} {$reqMark}
{$form.billing_first_name.html}
{$form.billing_middle_name.label}
{$form.billing_middle_name.html}
{$form.billing_last_name.label} {$reqMark}
{$form.billing_last_name.html}
{assign var=n value=billing_street_address-$bltID}
{$form.$n.label} {$reqMark}
{$form.$n.html}
{assign var=n value=billing_city-$bltID}
{$form.$n.label} {$reqMark}
{$form.$n.html}
{assign var=n value=billing_country_id-$bltID}
{$form.$n.label} {$reqMark}
{$form.$n.html|crmAddClass:big}
{assign var=n value=billing_state_province_id-$bltID}
{$form.$n.label} {$reqMark}
{$form.$n.html|crmAddClass:big}
{assign var=n value=billing_postal_code-$bltID}
{$form.$n.label} {$reqMark}
{$form.$n.html}
{else} {/if}
{if $profileAddressFields} {/if} {/if} {/crmRegion}