D
D
dmitryIG2016-12-05 12:47:17
PHP
dmitryIG, 2016-12-05 12:47:17

After searching for a product, the navigation chain does not work correctly, what's the problem?

Site on Bitrix. Being in the "books" category on the "Master and Margarita" page in breadcrumbs, everything is OK, but if you use the site search with the query "Lexus rx 350" and go to the page with the result, then the same "books" section will remain in the navigation, not "auto".
$arResult array in templates/.default/components/bitrix/breadcrumb after search

Array
(
    [0] => Array
        (
            [TITLE] => Каталог
            [LINK] => /catalog/
        )

    [1] => Array
        (
            [TITLE] => книги
            [LINK] => /section/books/
        )

    [2] => Array
        (
            [TITLE] => Lexus rx 350
            [LINK] => 
        )
)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita, 2016-12-05
@Blitzzz

Most likely, your link template is not configured in the infoblock, or it is configured incorrectly

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question