<{assign var="profile" value=$product->getProfile()}> <{assign var="attr" value=$profile->getAttributeList()}> <{if $product->hasVariant()}> <{else}> <{/if}> <{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}>

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

Bemærk at der er en bindingsperiode på <{$product->getSubscriptionFixation()}> <{if $product->getSubscriptionInterval() == 'monthly'}> måneder. <{elseif $product->getSubscriptionInterval() == 'weekly'}> uger. <{elseif $product->getSubscriptionInterval() == 'daily'}> dage. <{/if}>


<{/if}>

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

<{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}>: <{$product->getAttributeValue($attr[j]->getAttributeId())}>
<{/if}> <{/section}>
<{/if}> <{if $customer && $customer->canUseOneClick()}>
<{section name="j" loop=$attr}> <{if $attr[j]->getIsVariant()}>
<{if $attr[j]->getDataType() == "valuelist"}> <{assign var="values" value=$attr[j]->getValues()}> <{/if}>
<{/if}> <{/section}>
<{/if}>
<{* Størrelsen er <{attr name="Størrelse"}> <{capture name="x"}><{attr name="Størrelse"}><{/capture}> <{if $smarty.capture.x}>Ja da<{/capture}> <{if_attr name="Størrelse"}> JA! <{/if_attr}> <{if_not_attr name="Størrelse"}> NEJ! <{/if_not_attr}> *}> <{* <{assign var="profile" value=$product->getProfile()}> <{assign var="attr" value=$profile->getAttributeList()}> <{section name="j" loop=$attr}> <{if $attr[j]->getIsVariant()}> <{assign var="atags" value=$attr[j]->getTags()}> <{$atags|@var_dump}> <{/if}> <{/section}> *}> <{section name="j" loop=$attr}> <{if $attr[j]->getIsVariant()}>
<{if $attr[j]->getDataType() == "valuelist"}> <{assign var="values" value=$attr[j]->getValues()}> <{elseif $attr[j]->getDataType() == "string"}> <{elseif $attr[j]->getDataType() == "integer"}> <{elseif $attr[j]->getDataType() == "boolean"}> <{/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}> <{if $product->hasBundleProducts()}>
<{assign var="bundle" value=$product->getBundleProducts()}> <{if $bundle}>

I denne pakke

    <{section name="f" loop=$bundle}> <{assign var="b_product" value=$bundle[f]}> <{assign var="b_profile" value=$b_product->getProfile()}> <{assign var="b_attr" value=$b_profile->getAttributeList()}>
  • <{$b_product->getName()|escape}> <{section name="j" loop=$b_attr}> <{if $b_attr[j]->getIsVariant()}> <{if $b_attr[j]->getDataType() == "valuelist"}> <{assign var="values" value=$b_attr[j]->getValues()}> <{/if}> <{/if}> <{/section}>
  • <{/section}>
<{/if}>
<{/if}>