| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/templates/Honeygrid/boxes/ |
Upload File : |
{load_language_text section="box_best_sellers"}
{block name="box_best_sellers"}
{if $content_data.PRODUCTS_DATA}
{block name="box_best_sellers_top"}
{include file="get_usermod:{$tpl_path}snippets/box/default/top.html" class="bestsellers" headline=$txt.heading_best_sellers}
{/block}
{block name="box_best_sellers_content_if"}
{if $content_data.PRODUCTS_DATA|count > 0}
{block name="box_best_sellers_content"}
<ol>
{foreach name=aussen item=products_item from=$content_data.PRODUCTS_DATA}
<li class="row">
{block name="box_best_sellers_product"}
<a href="{$products_item.PRODUCTS_LINK}"{if $products_item.PRODUCTS_META_DESCRIPTION != ''} title="{$products_item.PRODUCTS_META_DESCRIPTION|truncate:80:"..."|replace:'"':'"'}"{else} title="{$products_item.PRODUCTS_NAME}"{/if}>
{block name="box_best_sellers_product_image"}
<span class="col-xs-4">
{block name="box_best_sellers_product_image_thumbnail_if"}
{if $products_item.PRODUCTS_IMAGE && $products_item.PRODUCTS_IMAGE != ''}
{block name="box_best_sellers_product_image_thumbnail"}
<span class="img-thumbnail">
<span class="align-helper"></span>
<img src="{$products_item.PRODUCTS_IMAGE}" class="img-responsive" alt="{$products_item.PRODUCTS_NAME}" />
</span>
{/block}
{else}
{block name="box_best_sellers_product_image_no_thumbnail"} {/block}
{/if}
{/block}
</span>
{/block}
{block name="box_best_sellers_product_info"}
<span class="col-xs-8">
{block name="box_best_sellers_product_info_name"}
<span class="{if 'ENABLE_JS_HYPHENATION'|gm_get_conf == 'true'}hyphenate{/if}">{$products_item.PRODUCTS_NAME}</span>
{/block}
<br />
<span class="price">
{block name="box_best_sellers_product_info_price"}
{$products_item.PRODUCTS_PRICE}
{block name="box_best_sellers_product_info_vpe_if"}
{if $products_item.PRODUCTS_VPE}
{block name="box_best_sellers_product_info_vpe"}
<br />
<span class="products-vpe">{$products_item.PRODUCTS_VPE}</span>
{/block}
{/if}
{/block}
{/block}
</span>
</span>
{/block}
</a>
{/block}
</li>
{/foreach}
</ol>
{/block}
{/if}
{/block}
{block name="box_best_sellers_bottom"}
{include file="get_usermod:{$tpl_path}snippets/box/default/bottom.html"}
{/block}
{/if}
{/block}