{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}
{if $numrows gt 0 }
{$pagination}
{$product_filter_select} {* todo *}
    {foreach item=product from=$listing}
  • {product_image dir=medium image=$product.products_image alt=$product.products_name}
    {* todo NEW *} {if (!empty($product.listing_product_special_price))}SALE{/if}

    {$product.products_name|truncate:18:"":true|close_tags}

    {* todo
    *}
    {if $myUser.show_price eq 1 } {if (!empty($product.listing_product_special_price))} {$product.listing_product_price}
    {$product.listing_product_special_price}
    {else} {if (!empty($product.listing_discount_price))} {$lang.price_from} {$product.listing_discount_price}
    {else} {$product.listing_product_price}
    {/if} {/if} {if $product.products_base_price != 1} {$product.product_quantity}{$products_units[$product.products_units]} ({$product.listing_base_product_price}/{$products_units[$product.products_base_unit]}){/if} {/if}
  • {/foreach}
{$pangv}
{$pagination}
{else}
{if $mySystem.sed} {/if}
{$lang.block_service_advanced_search}
{$text_no_products}
{/if}
{foreach $sidebar as $panel} {if $panel.content} {$panel.content} {/if} {/foreach}
{include file="phoenix/system/_footer.html"}