|
<{t section="Email"}>Fakturaadresse:<{/t}>
<{if $order->getOrderCompanyName()}>
<{$order->getOrderCompanyName()|escape}>
<{/if}>
<{if $order->getVatNumber()}>
<{t section="Email"}>CVR-nr.:<{/t}> <{$order->getVatNumber()|escape}>
<{/if}>
<{$order->getOrderName()|escape}>
<{$order->getOrderAddress()|escape}>
<{if $order->getExtras("order_address_2")}>
<{$order->getExtras("order_address_2")|escape}>
<{/if}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
<{$order->getPhone()|escape}>
|
|
<{t section="Email"}>Leveringsadresse:<{/t}>
<{if $order->getPickupAddress()}>
<{t}>Parcel shop:<{/t}>
<{$order->getPickupAddress()|nl2br}>
<{else}>
<{if $order->getDelCompanyName()|escape}>
<{$order->getDelCompanyName()|escape}>
<{/if}>
<{$order->getDelName()|escape}>
<{$order->getDelAddress()|escape}>
<{if $order->getExtras("del_address_2")}>
<{$order->getExtras("del_address_2")|escape}>
<{/if}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>
<{/if}>
|