18 lines
590 B
Smarty
18 lines
590 B
Smarty
<div class="alert alert-danger">
|
|
<strong>
|
|
{t}Tento produkt je dlouhodobě vyprodaný.{/t}
|
|
</strong>
|
|
</div>
|
|
|
|
{$active_cat = $breadcrumbs[$breadcrumbs|count - 2]}
|
|
|
|
{if $active_cat.ID}
|
|
<p class="title-default">
|
|
{t}Alternativní produkty z kategorie{/t} <a href="{url s=category IDcat=$active_cat.ID}">{$active_cat.text}</a>:
|
|
</p>
|
|
<div class="similar-row row">
|
|
{insert_products type='next_product' count=3 in_store=1 category=$active_cat.ID image=4
|
|
template='block.products.next.tpl' product=$body.product.id fallback=['prev_product']}
|
|
</div>
|
|
{/if}
|