encoder(); $counts = $this->config( 'client/html/catalog/count/enable', true ); /** client/html/common/partials/tree * Relative path to the category tree partial template file * * Partials are templates which are reused in other templates and generate * reoccuring blocks filled with data from the assigned values. The tree * partial creates an HTML block of nested lists for category trees. * * The partial template files are usually stored in the layouts/partials/ folder * of the core or the extensions. The configured path to the partial file must * be relative to the layouts/ folder, e.g. "common/partials/address-default.html". * * @param string Relative path to the template file * @since 2015.08 * @category Developer */ /** client/html/catalog/filter/tree/force-search * Use the current category in full text searches * * Normally, a full text search finds all products that match the entered string * regardless of the category the user is currently in. This is also the standard * behavior of other shops. * * If it's desired, setting this configuration option to "1" will limit the full * text search to the current category only, so only products that match the text * and which are in the current category are found. * * @param boolean True to enforce current category for search, false for full text search only * @since 2015.10 * @category Developer * @category User */ ?>
config( 'client/html/catalog/filter/tree/force-search', false ) ) : ?>

html( $this->translate( 'client/html', 'Categories' ), $enc::TRUST ); ?>

treeCatalogTree ) && $this->treeCatalogTree->getStatus() > 0 ) : ?> array( $this->treeCatalogTree ), 'path' => $this->get( 'treeCatalogPath', array() ), 'params' => $this->get( 'treeFilterParams', array() ) ); ?> partial( 'client/html/common/partials/tree', 'common/partials/tree-default.html', $values ); ?> get( 'treeBody' ); ?>