{translate module=checkout}
card_type
{/translate}
|
{ $list->card_type_menu($VAR.card_type, $VAR.option,'checkout_plugin_data[card_type]','form_menu') } |
|
|
{translate module=checkout}
card_no
{/translate}
|
|
{translate module=checkout}
exp_month
{/translate}
|
|
{translate module=checkout} exp_year {/translate} |
|
{translate module=checkout} ccv {/translate} |
|
{translate module=account} field_first_name {/translate}{if $VAR.first_name_error}*{/if} |
|
{translate module=account} field_last_name {/translate}{if $VAR.last_name_error}*{/if} |
|
{translate module=account} field_company {/translate} |
|
{translate module=account} field_address1 {/translate}{if $VAR.address1_error}*{/if} |
|
{translate module=account} field_address2{/translate} |
|
{translate module=account} field_city {/translate} |
|
{translate module=account} field_state {/translate}{if $VAR.state_error}*{/if} |
|
{translate module=account} field_zip{/translate}{if $VAR.zip_error}*{/if} |
|
{translate module=account} field_country_id{/translate} |
{if $VAR.country_id != ""}
{ $list->menu("no", "checkout_plugin_data[country_id]", "country", "name", $VAR.country_id, "") }
{else}
{ $list->menu("no", "checkout_plugin_data[country_id]", "country", "name", $smarty.const.DEFAULT_COUNTRY, "") }
{/if}
|
|
|
|
|
|
|