{** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * @author PrestaShop SA * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) *} {include file='./_partials/messages.tpl'}

{l s='Indexes and caches' d='Modules.Facetedsearch.Admin'}

{l s='You can set a cron job that will rebuild price index using the following URL:' d='Modules.Facetedsearch.Admin'}
{$price_indexer_url}

{l s='You can set a cron job that will rebuild attribute index using the following URL:' d='Modules.Facetedsearch.Admin'}
{$attribute_indexer_url}
{l s='A nightly rebuild is recommended.' d='Modules.Facetedsearch.Admin'}

{l s='Filters templates' d='Modules.Facetedsearch.Admin'}{$filters_templates|count}

{if $filters_templates|count > 0}
{foreach $filters_templates as $template} {/foreach}
{l s='ID' d='Admin.Global'} {l s='Name' d='Admin.Global'} {l s='Categories' d='Admin.Global'} {l s='Created on' d='Modules.Facetedsearch.Admin'} {l s='Actions' d='Modules.Facetedsearch.Admin'}
{(int)$template['id_layered_filter']} {$template['name']} {(int)$template['n_categories']} {Tools::displayDate($template['date_add'],null , true)} {if empty($limit_warning)} {/if}
 
{else}
{l s='No filter template found.' d='Modules.Facetedsearch.Admin'}
{/if} {if empty($limit_warning)} {/if}

{l s='Configuration' d='Admin.Global'}

{l s='Works only if "Show products from subcategories" is off.' d='Modules.Facetedsearch.Admin'}