?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/themes/classic/templates/catalog/listing/



?? Go up: /home/webdevt/prestashop17/themes/classic/templates/catalog

?? Viewing: search.tpl

{*
 * This file allows you to customize your search page.
 * You can safely remove it if you want it to appear exactly like all other product listing pages
 *}
{extends file='catalog/listing/product-list.tpl'}

{block name="error_content"}
  <h4>{l s='No matches were found for your search' d='Shop.Theme.Catalog'}</h4>
  <p>{l s='Please try other keywords to describe what you are looking for.' d='Shop.Theme.Catalog'}</p>
{/block}

{block name='product_list'}
  {include file='catalog/_partials/products.tpl' listing=$listing productClass="col-xs-6 col-xl-3"}
{/block}


??

??