{ $method->exe("account_billing","user_view") } { if ($method->result == FALSE) } { $block->display("core:method_error") } {else} {literal} {/literal} {foreach from=$account_billing item=account_billing} {if $form_validation} { $block->display("core:alert_fields") } {/if}
{translate module=account_billing} title_view {/translate}
{if $account_billing.card_type != 'eft'} {if $account_billing.card_type != ""} {/if} {if $account_billing.card_type == "amex"} {/if} {/if} {if $account_billing.card_type == "eft"} {/if}
{translate module=account_billing} field_card_type {/translate} {if $account_billing.checkout_plugin_id != "" && $account_billing.card_type != ""} { $list->card_type_menu($account_billing.card_type, $account_billing.checkout_plugin_id,'account_billing_card_type','') } {elseif $account_billing.checkout_plugin_id == "" && $VAR.account_billing_card_type != "" } { $list->card_type_menu($VAR.account_billing_card_type, $account_billing.checkout_plugin_id,'account_billing_card_type','') } {else} {/if}
{translate module=account_billing} field_card_num4 {/translate} ....{$account_billing.card_num4}
{translate module=account_billing} card_num_new {/translate}
{translate module=account_billing} field_card_exp_month {/translate}  
{translate module=account_billing} field_card_exp_year {/translate} 20 (ex: 08)
{translate module=account_billing} field_card_start_month {/translate} {translate module=account_billing} field_card_start_year {/translate}
20 (example: 08)
{translate module=account_billing} field_eft_trn {/translate}
{translate module=account_billing} field_card_num4 {/translate} ....{$account_billing.card_num4}
{translate module=account_billing} field_eft_check_acct {/translate}
{translate module=checkout} eft_check_acct_type {/translate}
{translate module=account} field_first_name{/translate}
{translate module=account} field_last_name{/translate}
{translate module=account} field_address1{/translate}
{translate module=account} field_address2{/translate}
{translate module=account} field_city{/translate}
{translate module=account} field_state{/translate}
{translate module=account} field_zip{/translate}
{translate module=account} field_country_id{/translate} { $list->menu("no", "account_billing_country_id", "country", "name", $account_billing.country_id, "") }
{translate module=account} field_email{/translate}
{translate module=checkout} phone{/translate}
  
{/foreach} {/if}