<{t section="User"}>
Here you kan view previous orders, shop faster from now on and update your billing and shipping information
Her kan du se tidligere ordrer, handle hurtigere
fremover samt opdatere dine fakturerings- og leveringsoplysninger
nemt.<{/t}>
<{if $webshop->hasLoyaltyProgram()}>
<{t section="User"}>Your billing address<{/t}>
<{if $customer->getCompany()}>
- <{$customer->getCompany()|escape}>
<{/if}> <{if $customer->getVatNumber()}>
-
<{t section="User"}>CVR.:<{/t}> <{$customer->getVatNumber()|escape}>
<{/if}> <{if $customer->getName()}>
- <{t section="User"}>Att:<{/t}> <{$customer->getName()|escape}>
<{/if}>
- <{$customer->getAddress()|escape}>
-
<{$customer->getZipcode()|escape}> <{$customer->getCity()|escape}>
<{assign var="countries" value=$customer->getCountry()}> <{if $countries}>
- <{$countries->getName()}>
<{/if}>
<{t section="User"}>Contact information:<{/t}>
<{if $customer->getEmail()}>
- <{$customer->getEmail()|escape}>
<{/if}>
<{if $customer->getPhone()}>
- <{t section="User"}>Phone no.:<{/t}> <{$customer->getPhone()|escape}>
<{/if}>
<{assign var="fields" value=$webshop->getCustomerFields()}> <{if $fields}>
<{t section="User"}>Other information:<{/t}>
<{section name="i" loop=$fields}> <{if $fields[i]->getType() == "string"}>
- <{$fields[i]->getName()|escape}>: <{$fields[i]->getVal()|escape}>
<{/if}> <{/section}>
<{/if}>
<{t section="User"}>Edit information<{/t}>
<{t section="User"}>Your delivery address<{/t}>
<{if $customer->getShippingAddress()}>
-
<{t section="User"}>Att:<{/t}> <{$customer->getShippingName()|escape}>
- <{$customer->getShippingAddress()|escape}>
-
<{$customer->getShippingZipcode()|escape}>
<{$customer->getShippingCity()|escape}>
<{assign var="countries" value=$customer->getShippingCountry()}> <{if
$countries}>
- <{$countries->getName()}>
<{/if}> <{else}> <{if $customer->getCompany()}>
- <{$customer->getCompany()|escape}>
<{/if}> <{if $customer->getName()}>
- <{t section="User"}>Att:<{/t}> <{$customer->getName()|escape}>
<{/if}>
- <{$customer->getAddress()|escape}>
-
<{$customer->getZipcode()|escape}> <{$customer->getCity()|escape}>
<{assign var="countries" value=$customer->getCountry()}> <{if $countries}>
- <{$countries->getName()}>
<{/if}> <{/if}>
<{t section="User"}>Edit information<{/t}>