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}}
{{/if}}
{{#if site_payment_types.wiretransfer}}
{{/if}}
{{#if site_payment_types.net30}}
{{/if}}
{{#if site_payment_types.net45}}
{{/if}}
{{#if site_payment_types.net90}}
{{/if}}
{{#if site_payment_types.check}}
{{/if}}
{{#if site_payment_types.check_by_mail}}
{{/if}}
{{#if site_payment_types.lease}}
{{include 'checkout\lease.html'}}
{{/if}}
{{#if site_payment_types.paypal}}
{{/if}}
Select different payment
{{#unless is_guest}}
{{include 'cart\wallet.html'}}
{{/unless}}
Continue
{{#if show_dont_worry}}
Don't worry, your card won't be charged yet.
{{/if}}