Tilføjet til kurven!
Din kurv (<{$total_amount}> vare<{if $total_amount != 1}>r<{/if}>):
<{$total_price|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{include file="mobilepay_checkout.html"}>
<{include file="add_financial_products.html"}>
<{capture name="box_title"}>Andre der købte <{$product->getName()|escape}> købte også<{/capture}>
<{include file="carousel.html" title=$smarty.capture.box_title products=$product->getAlsoBought()}>
<{include file="carousel.html" title="Relaterede varer" products=$product->getRelatedProducts()}>
<{include file="carousel.html" title="Populært lige nu" products=$webshop->getPopularProducts(25, 14, $product->getProductId())}>
<{assign var="categories" value=$product->getCategories()}>
<{section name="i" loop=$categories}>
<{if $categories[i]->getInMenu()}>
<{capture name="box_title"}>Populært i <{$categories[i]->getName()}><{/capture}>
<{include file="carousel.html" title=$smarty.capture.box_title products=$categories[i]->getPopularProducts(25, 90, $product->getProductId())}>
<{/if}>
<{/section}>
<{assign var="cat" value=$webshop->getFrontCategory()}>
<{if $cat}>
<{include file="carousel.html" title="Andre kiggede på" products=$cat->getOnlineProducts()}>
<{/if}>
Din kurv (<{$total_amount}> vare<{if $total_amount != 1}>r<{/if}>):
<{$total_price|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{include file="klaviyo_add_to_cart.html" product=$product type="also"}>
<{/if}>