<{assign var="profile" value=$product->getProfile()}> <{assign var="attr" value=$profile->getAttributeList()}>
<{if $product->getSubscriptionInterval()}>

<{if $product->getSubscriptionPrice() > 0}> Ved abonnement koster denne vare <{$product->getRealSubscriptionPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}> pr. levering. <{else}> Du kan også oprette et abonnement på denne vare. <{/if}> Det er muligt at få leveret den på <{if $product->getSubscriptionInterval() == 'monthly'}> månedsbasis. <{elseif $product->getSubscriptionInterval() == 'weekly'}> ugebasis. <{elseif $product->getSubscriptionInterval() == 'daily'}> dagsbasis. <{/if}>

Modtag varen hver <{if $product->getSubscriptionInterval() == 'monthly'}> måned. <{elseif $product->getSubscriptionInterval() == 'weekly'}> uge. <{elseif $product->getSubscriptionInterval() == 'daily'}> dag. <{/if}>

<{/if}>

Ved enkeltkøb koster denne vare <{$product->getRealPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.


<{section name="j" loop=$attr}> <{if $attr[j]->getIsVariant()}>
<{if $attr[j]->getDataType() == "valuelist"}> <{assign var="values" value=$attr[j]->getValues()}> <{/if}>
<{else}>
<{$attr[j]->getName()|escape}>: <{if $attr[j]->getDataType() == "currencyvalue"}> <{elseif $attr[j]->getDataType() == "valuelist"}> <{$product->getAttributeValue($attr[j]->getAttributeId())}> <{elseif $attr[j]->getDataType() == "string"}> <{$product->getAttributeValue($attr[j]->getAttributeId())}> <{elseif $attr[j]->getDataType() == "integer"}> <{$product->getAttributeValue($attr[j]->getAttributeId())}> <{elseif $attr[j]->getDataType() == "floatingpoint"}> <{$product->getAttributeValue($attr[j]->getAttributeId())}> <{elseif $attr[j]->getDataType() == "datetime"}> <{$product->getAttributeValue($attr[j]->getAttributeId())}> <{elseif $attr[j]->getDataType() == "boolean"}> <{if $product->getAttributeValue($attr[j]->getAttributeId())}>Ja<{else}>Nej<{/if}> <{/if}>
<{/if}> <{/section}>
<{assign var="countries" value=$webshop->getCountries()}> <{if $countries}>
<{/if}>