<{if $product->getSalePrice()}>

Førpris: <{$product->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

Nu: <{$product->getSalePrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

Du sparer: <{$product->getSave()|number_format:2:",":"."}> <{$webshop->getCurrency()}>. Det er <{$product->getPercentSave()|number_format:2}> %

<{else}>

Pris: <{$product->getRealPrice(null, null, true)|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{/if}> <{*
<{$product->getDiscountIntervalPrice(3)}>
<{$product->getDiscountIntervalPriceExVat(3)}>

1: <{$product->getDiscountPriceInclVat(1)}>
2: <{$product->getDiscountPriceInclVat(2)}>
3: <{$product->getDiscountPriceInclVat(3)}>
4: <{$product->getDiscountPriceInclVat(4)}>
5: <{$product->getDiscountPriceInclVat(5)}>
6: <{$product->getDiscountPriceInclVat(6)}>
7: <{$product->getDiscountPriceInclVat(7)}>
8: <{$product->getDiscountPriceInclVat(8)}>
9: <{$product->getDiscountPriceInclVat(9)}>
10: <{$product->getDiscountPriceInclVat(10)}>
11: <{$product->getDiscountPriceInclVat(11)}>

*}>

Pris u. moms <{$product->getPriceExVat()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

Pris inkl. rabat: <{$product->getDiscountPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{if $settings.price.show_vat == "yes"}>

Moms: <{$product->getVat()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{/if}> <{if $settings.price.show_shipping == "yes"}>

Forventet fragt: <{$product->getApproxShipping()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{/if}> <{if $product->getBulkDiscountOver()}>

Ved af køb af mere end <{$product->getBulkDiscountOver()}> stk. koster den <{$webshop->getCurrency()}> <{$product->getBulkDiscountPrice()|number_format:2:",":"."}> stk.

<{/if}>

<{if $product->getIsInStock()}> På lager <{if $product->getDeliveryTime()}> · Leveringstid: <{$product->getDeliveryTime()|escape}> <{/if}> <{else}> Ikke på lager <{if $product->getDeliveryTimeNotInStock()}> · Leveringstid: <{$product->getDeliveryTimeNotInStock()|escape}> <{/if}> <{include file="out_of_stock_signup.html" product=$product}> <{/if}>