| 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/themes/Malibu_preview/html/custom/ |
Upload File : |
{* ==========================================================================
product_listing_template_product_listing_v1.html
- remove wishlist
========================================================================== *}
{block name="category_description_top_container_description"}
<p class="text-center">{$CATEGORIES_DESCRIPTION}</p>
{/block}
{block name="product_listing_template_product_listing_v1_filter"}
{assign var="SHOW_SIDEBAR" value=(!$SHOW_LEFT_COLUMN && ($HAS_SUBCATEGORIES || $HAS_FILTERS))}
{if $SHOW_SIDEBAR}
<div class="row">
<div class="product-listing-sidebar col-sm-4 col-md-3 col-lg-2">
{menuboxes only="categories,filter"}
</div>
<div class="col-sm-8 col-md-9 col-lg-10">
{/if}
{if !$SHOW_LEFT_COLUMN && !$SHOW_SIDEBAR}
<div class="product-listing-full-width">
{/if}
{$smarty.block.parent}
{/block}
{block name="product_listing_template_product_listing_v1_pagination"}
{$smarty.block.parent}
{if !$SHOW_LEFT_COLUMN && !$SHOW_SIDEBAR}
</div>
{/if}
{if $SHOW_SIDEBAR}
</div>
</div>
{/if}
{/block}
{block name="layout_left_categories_static_list"}
{load_language_text section="malibu" name="malibu"}
{if !empty($CURRENT_CATEGORY_NAME)}
<span class="heading">{$CURRENT_CATEGORY_NAME}</span>
{else}
<span class="heading">{$malibu.category}</span>
{/if}
{$smarty.block.parent}
{/block}
{block name="box_filter_form_content_price_filter"}
{load_language_text section="malibu" name="malibu"}
<fieldset>
<label class="control-label option-heading" for="filter_price_min">
{$txt.text_price}
</label>
<div class="input-group filter-price">
{if $content_data.PRICE_FILTER_FROM_ACTIVE eq 'true'}
<input type="text" class="form-control" id="filter_price_min" name="filter_price_min" placeholder="{$malibu.price_min}" value="{$content_data.DEFAULT_PRICE_START}" />
{/if}
{if $content_data.PRICE_FILTER_TO_ACTIVE eq 'true'}
<span class="input-group-addon" for="filter_price_max">-</span>
<input type="text" class="form-control" id="filter_price_max" name="filter_price_max" placeholder="{$malibu.price_max}" value="{$content_data.DEFAULT_PRICE_END}" />
<span class="hidden input-group-addon">
{$content_data.CURRENCY}
</span>
{/if}
</div>
</fieldset>
{/block}