<{if $product}>

Du lagde <{$product->getName()|escape}> i kurven

<{assign var="image" value=$product->getImage()}> <{if $image}>
<{$image->getDescription()|escape}>getHtmlSize(100, 100, 'fit')}>/>
<{/if}>

Til kassen »

« Tilbage

<{assign var="products" value=$product->getAlsoBought(4)}> <{if $products}>

Andre der købte den købte også:

<{section name="i" loop=$products}>
<{assign var="image" value=$products[i]->getImage()}> <{if $image}> <{$image->getDescription()|escape}>getHtmlSize(150, 150, 'fit')}>/> <{/if}>

<{$products[i]->getName()|escape}>

<{if $products[i]->getSalePrice()}>

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

Nu: <{$products[i]->getSalePrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{else}>

Pris: <{$products[i]->getRealPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{/if}>

Gå til varen »

<{/section}>
<{/if}>
<{assign var="products" value=$product->getRelatedProducts(4)}> <{if $products}>

Relaterede varer:

<{section name="i" loop=$products}>
<{assign var="image" value=$products[i]->getImage()}> <{if $image}> <{$image->getDescription()|escape}>getHtmlSize(150, 150, 'fit')}>/> <{/if}>

<{$products[i]->getName()|escape}>

<{if $products[i]->getSalePrice()}>

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

Nu: <{$products[i]->getSalePrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{else}>

Pris: <{$products[i]->getRealPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>.

<{/if}>

Gå til varen »

<{/section}>
<{/if}>
<{/if}>