Billing Address:
|
Payment Information:
|
Address Street1: |
$!webEventRegistrationForm.billingAddress1 |
Payment Type: |
#set($paymentMethods = $webevents.getPaymentMethods())
#foreach($paymentMethod in $paymentMethods)
#if($webEventRegistrationForm.paymentType == $webapi.parseInt($paymentMethod.get('value')))
$paymentMethod.get("friendlyName")
#end
#end
|
Address Street2: |
$!webEventRegistrationForm.billingAddress2 |
#if($webEventRegistrationForm.isCreditCardPayment())
Name on Card: |
$!webEventRegistrationForm.cardName |
#else
Bank Name: |
$!webEventRegistrationForm.checkBankName |
#end
City: |
$!webEventRegistrationForm.billingCity |
#if($webEventRegistrationForm.isCreditCardPayment())
Card Type: |
$!webEventRegistrationForm.cardType |
#else
Check Number: |
$!webEventRegistrationForm.checkNumber |
#end
State: |
$!webEventRegistrationForm.billingState |
#if($webEventRegistrationForm.isCreditCardPayment())
Card Number: |
$!webEventRegistrationForm.cardNumber |
#else
|
#end
Zip: |
$!webEventRegistrationForm.billingZip |
#if($webEventRegistrationForm.isCreditCardPayment())
Expiration Date: |
$UtilMethods.getMonthName($webapi.parseInt($!{webEventRegistrationForm.cardExpMonth})) / $!{webEventRegistrationForm.cardExpYear} |
#else
|
#end
Country: |
$!{webEventRegistrationForm.billingCountry} |
|
Contact's Person Name: |
$!webEventRegistrationForm.billingContactName |
|
Contact's Person Phone: |
$!webEventRegistrationForm.billingContactPhone |
Total: |
$ $webapi.toPriceFormat($!webEventRegistrationForm.totalRegistration) |
Contact's Person Email: |
$!webEventRegistrationForm.billingContactEmail |
Total Paid: |
$ $webapi.toPriceFormat($!webEventRegistrationForm.totalPaid) |