{** * 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='We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.' d='Modules.Facetedsearch.Admin'}


{l s='Add missing products to price index:' d='Modules.Facetedsearch.Admin'} {$price_indexer_url}
{l s='Rebuild price index:' d='Modules.Facetedsearch.Admin'} {$full_price_indexer_url}
{l s='Rebuild attribute index:' d='Modules.Facetedsearch.Admin'} {$attribute_indexer_url}
{l s='Flush block cache:' d='Modules.Facetedsearch.Admin'} {$clear_cache_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='Pages' d='Admin.Global'} {l s='Categories' d='Admin.Global'} {l s='Created on' d='Modules.Facetedsearch.Admin'} {l s='Actions' d='Modules.Facetedsearch.Admin'}
{$template['id_layered_filter']} {$template['name']} {$template['controllers']} {$template['n_categories']} {$template['date_add']} {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='This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed.' d='Modules.Facetedsearch.Admin'}
{l s='Enable or disable display of matching products after filters. Disabling this won\'t bring any performance benefit, because matching products need to be calculated anyway.' d='Modules.Facetedsearch.Admin'}
{l s='Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.' d='Modules.Facetedsearch.Admin'}
{l s='Works only if "Show products from subcategories" is off.' d='Modules.Facetedsearch.Admin'}
{l s='This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth.' d='Modules.Facetedsearch.Admin'}
{l s='Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.' d='Modules.Facetedsearch.Admin'}
{l s='If you want to automatically assign a filter template to new categories, select it here.' d='Modules.Facetedsearch.Admin'}