Registration dealer
{# display HouseNo input before Street input #}
{% $_HouseNoFirst = false %}
{# get default country id (required for showing mandatory fields depending on country) #}
{%
$_defaultCountryId = "";
for ( $_country in GetCheckoutShippingCountriesList() )
{
if ( $_defaultCountryId == "" )
{
$_defaultCountryId = $_country->ShippingCountryID;
}
}
%}
{% $_customer = GetCheckoutCustomerInvoiceAddress() %}
.