| 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/module/ |
Upload File : |
{load_language_text section="new_products"}
{block name="module_new_products"}
<div id="product_listing"> <!-- new_products.html, new products in categories -->
{block name="module_new_products_title"}
<div class="categories_heading_title">
{$txt.heading_text}
</div>
{/block}
{foreach name=aussen item=module_data from=$module_content}
{block name="module_new_products_product"}
<div class="product_box">
{block name="module_new_products_product_image_wrapper"}
<div class="image_cell">
{if $module_data.PRODUCTS_IMAGE!=''}
{block name="module_new_products_product_image"}
<a href="{$module_data.PRODUCTS_LINK}">
<img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_IMAGE_ALT|default:$module_data.PRODUCTS_NAME}" title="{$module_data.PRODUCTS_IMAGE_ALT|default:$module_data.PRODUCTS_NAME}"/>
</a>
<br />
{/block}
{/if}
{if $module_data.PRODUCTS_FSK18=='true'}
{block name="module_new_products_product_fsk18"}
<img src="{$tpl_path}assets/images/ab18.png" alt="ab18.png" title="ab18.png" />
<br />
{/block}
{/if}
</div>
{/block}
{block name="module_new_products_product_header"}
<div class="header_cell">
{block name="module_new_products_product_header_details"}
<span class="details_button">[ <a href="{$module_data.PRODUCTS_LINK}" class="product_link">{$txt.text_details}</a> ]</span>
{/block}
{block name="module_new_products_product_header_product_name"}
<a href="{$module_data.PRODUCTS_LINK}" class="product_link">{$module_data.PRODUCTS_NAME}</a>
{/block}
</div>
{/block}
{block name="module_new_products_product_content"}
<div class="content_cell">
{block name="module_new_products_product_content_description"}
{$module_data.PRODUCTS_SHORT_DESCRIPTION}<br />
{/block}
<div align="right">
{block name="module_new_products_product_content_price"}
<strong>{$module_data.PRODUCTS_PRICE}</strong><br />
{/block}
{if $module_data.PRODUCTS_TAX_INFO neq '' || $module_data.PRODUCTS_SHIPPING_LINK neq ''}
{block name="module_new_products_product_content_tax"}
({$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK})<br />
{/block}
{/if}
{if $module_data.PRODUCTS_VPE}
{block name="module_new_products_product_content_vpe"}
{$module_data.PRODUCTS_VPE}<br />
{/block}
{/if}
{block name="module_new_products_product_content_buy_now"}
{$module_data.PRODUCTS_BUTTON_BUY_NOW}
{/block}
</div>
</div>
{/block}
</div>
{/block}
{/foreach}
</div>
{/block}