193 lines
8.9 KiB
Plaintext
193 lines
8.9 KiB
Plaintext
div layout="screen" layout-id="checkout_payment" id="checkoutPaymentScreen" class="screen secondary no-login-required"
|
|
.content
|
|
.content-head
|
|
.content-icon= image_tag("content/icon_shopping_cart.png", {:height => 19, :width => 19})
|
|
h1 check out
|
|
= render "screen_navigation"
|
|
.content-body
|
|
#order_error.error.hidden
|
|
.content-body-scroller
|
|
.content-wrapper
|
|
.checkout-navigation-bar
|
|
.payment-wrapper
|
|
p.payment-prompt
|
|
| Please enter you billing address and payment information below. You will not be billed for your first JamTrack, which is 100% free.
|
|
| But we need this data to prevent fraud/abuse of those who would create multiple accounts to collect multiple free JamTracks.
|
|
| You will not be billed for any charges of any kind without your explicit authorization.
|
|
| There are no "hidden" charges or fees, thank you!
|
|
|
|
form class="payment-info" id="checkout-payment-info"
|
|
.row.first
|
|
.left-side
|
|
.billing-address
|
|
h2.billing-caption BILLING ADDRESS
|
|
#divBillingFirstName.field
|
|
.billing-label
|
|
label for="billing-first-name" First Name:
|
|
.billing-value
|
|
input type="text" id="billing-first-name"
|
|
.clearall
|
|
#divBillingLastName.field
|
|
.billing-label
|
|
label for="billing-last-name" Last Name:
|
|
.billing-value
|
|
input type="text" id="billing-last-name"
|
|
.clearall
|
|
#divBillingAddress1.field
|
|
.billing-label
|
|
label for="billing-address1" Address 1:
|
|
.billing-value
|
|
input type="text" id="billing-address1"
|
|
.clearall
|
|
#divBillingAddress2.field
|
|
.billing-label
|
|
label for="billing-address2" Address 2:
|
|
.billing-value
|
|
input type="text" id="billing-address2"
|
|
.clearall
|
|
#divBillingCity.field
|
|
.billing-label
|
|
label for="billing-city" City:
|
|
.billing-value
|
|
input type="text" id="billing-city"
|
|
.clearall
|
|
#divBillingState.field
|
|
.billing-label
|
|
label for="billing-state" State/Region:
|
|
.billing-value
|
|
input type="text" id="billing-state"
|
|
.clearall
|
|
#divBillingZip.field
|
|
.billing-label
|
|
label for="billing-zip" Zip:
|
|
.billing-value
|
|
input type="text" id="billing-zip"
|
|
.clearall
|
|
#divBillingCountry.field
|
|
.billing-label
|
|
label for="billing-country" Country:
|
|
.billing-value
|
|
input type="text" id="billing-country"
|
|
.clearall
|
|
.right-side
|
|
.payment-method
|
|
h2.payment-method-caption PAYMENT METHOD
|
|
#divCardName.field
|
|
.card-label
|
|
label for="card-name" Name of Card:
|
|
.card-value
|
|
input type="text" id="card-name"
|
|
.clearall
|
|
#divCardNumber.field
|
|
.card-label
|
|
label for="card-number" Card Number:
|
|
.card-value
|
|
input type="text" id="card-number"
|
|
.clearall
|
|
#divCardExpiry.field
|
|
.card-label Expiration Date:
|
|
.card-value
|
|
=date_select("card", "expire-date", use_two_digit_numbers: true, discard_day: true, :start_year => Time.now.year, :end_year => Time.now.year + 18, :order => [:month, :day, :year], :default => -25.years.from_now, :html => {:class => "account-profile-birthdate", :id => "card-expiry"})
|
|
.clearall
|
|
#divCardVerify.field
|
|
.card-label
|
|
label for="card-verify"
|
|
| CVV Code:
|
|
.hint.cvv
|
|
| (back-of-card)
|
|
.card-value
|
|
input type="text" id="card-verify"
|
|
.clearall
|
|
.card-label
|
|
.card-value
|
|
.save-card-checkbox.ichecbuttons
|
|
input type="checkbox" id="save-card" name="save-card" checked="checked"
|
|
.divSaveCardHelper
|
|
label for="save-card" Save card for future use
|
|
.clearall
|
|
.clearall
|
|
.clearall
|
|
.row.second
|
|
.left-side
|
|
.shipping-address
|
|
h2.shipping-address-label SHIPPING ADDRESS
|
|
.shipping-as-billing.ichecbuttons
|
|
input type="checkbox" id="shipping-as-billing" name="shipping-as-billing" checked="checked"
|
|
.divBillingHelper
|
|
label for="shipping-as-billing" Same as billing address
|
|
.clearall
|
|
.shipping-address-detail.hidden
|
|
#divShippingFirstName.field
|
|
.shipping-label
|
|
label for="shipping-first-name" First Name:
|
|
.shipping-value
|
|
input type="text" id="shipping-first-name"
|
|
.clearall
|
|
#divShippingLastName.field
|
|
.shipping-label
|
|
label for="shipping-last-name" Last Name:
|
|
.shipping-value
|
|
input type="text" id="shipping-last-name"
|
|
.clearall
|
|
#divShippingAddress1.field
|
|
.shipping-label
|
|
label for="shipping-address1" Address 1:
|
|
.shipping-value
|
|
input type="text" id="shipping-address1"
|
|
.clearall
|
|
#divShippingAddress2.field
|
|
.shipping-label
|
|
label for="shipping-address2" Address 2:
|
|
.shipping-value
|
|
input type="text" id="shipping-address2"
|
|
.clearall
|
|
#divShippingCity.field
|
|
.shipping-label
|
|
label for="shipping-city" City:
|
|
.shipping-value
|
|
input type="text" id="shipping-city"
|
|
.clearall
|
|
#divShippingState.field
|
|
.shipping-label
|
|
label for="shipping-state" State/Region:
|
|
.shipping-value
|
|
input type="text" id="shipping-state"
|
|
.clearall
|
|
#divShippingZip.field
|
|
.shipping-label
|
|
label for="shipping-zip" Zip:
|
|
.shipping-value
|
|
input type="text" id="shipping-zip"
|
|
.clearall
|
|
#divShippingCountry.field
|
|
.shipping-label
|
|
label for="shipping-country" Country:
|
|
.shipping-value
|
|
input type="text" id="shipping-country"
|
|
.clearall
|
|
.right-side
|
|
.jamkazam-account-signup
|
|
h2.jamkazam-account-caption JAMKAZAM ACCOUNT
|
|
#divJamKazamEmail.field
|
|
.account-label
|
|
label for="email" Email Address:
|
|
.account-value
|
|
input name="email" type="text"
|
|
.clearall
|
|
#divJamKazamPassword.field
|
|
.account-label
|
|
label for="email" Password:
|
|
.account-value
|
|
input name="password" type="password"
|
|
.clearall
|
|
.clearall
|
|
|
|
|
|
.clearall
|
|
.action-bar
|
|
|
|
.right
|
|
a href="#" id="payment-info-help" class="button-grey" HELP
|
|
a href="#" id="payment-info-next" class="button-orange" NEXT
|
|
.clearall
|