Billing

New billing address

{{#unless no_shipping}}

{{/unless}} {{include 'checkout/address-form.html'}}

View saved addresses

Billing address

{{#if addresses}} {{#each addresses}} {{include 'checkout\address.html'}} {{/each}} {{/if}}

Bill to a different address

Select different address

Payment method

{{#if site_payment_types.credit}}

Credit card

{{include 'checkout\creditcard-form.html'}}
{{#unless no_save_cc}} {{#each customer_cards}} {{include 'checkout\creditcard.html'}} {{/each}} {{/unless}}

Add new credit card

{{/if}} {{#if site_payment_types.phone}}

Phone

{{/if}} {{#if site_payment_types.wiretransfer}}

Wiretransfer

Please call {{support_phone}} ext: 2334 after completing the checkout process. Please give this person your order number and they will give you our banking info.

{{/if}} {{#if site_payment_types.net30}}

Net 30

{{/if}} {{#if site_payment_types.net45}}

Net 45

{{/if}} {{#if site_payment_types.net90}}

Net 90

{{/if}} {{#if site_payment_types.check}}

Check Information

{{/if}} {{#if site_payment_types.check_by_mail}}

Check (by mail)

{{include 'checkout\check_by_mail.html'}}
{{/if}} {{#if site_payment_types.lease}}
{{include 'checkout\lease.html'}}
{{/if}} {{#if site_payment_types.paypal}}

Paypal PayPal Logo

{{/if}}

Select different payment

{{#unless is_guest}}
{{include 'cart\wallet.html'}}
{{/unless}}

{{#if show_dont_worry}}    Don't worry, your card won't be charged yet. {{/if}}