<{include file="check-out-billing.html"}>
2 Leveringsmetode
<{assign var="shippings" value=$webshop->getShippings()}>
<{section name="i" loop=$shippings}>
<{if $shippings[i]->getModule()}>
<{assign var="shops" value=$shippings[i]->getDeliveryShops()}>
<{/if}>
<{/section}>
<{if $shops && false}>
<{/if}>
<{if $webshop->getSkipApprove()}>
3 Betaling
<{else}>
3 Godkendelse
4 Betaling
<{/if}>
<{include file="check-out-basket.html"}>