S
S
sagaton2022-04-08 13:45:42
1C-Bitrix
sagaton, 2022-04-08 13:45:42

How to disable or exclude ajax triggering in the complex catalog component to go to the detailed view of the product?

Good day.
There is a catalog in which there is a smart filter that works on ajax, but there are also products.
When you click on a product, a new page does not open, but is rendered on the same page. But if you refresh the page, everything becomes a directory again.
How to disable or exclude ajax triggering in the complex catalog component to go to the detailed view of the product?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
no_one_safe, 2022-04-08
@sagaton

There are 2 ways to keep Ajax in the filter, but disable it from following links:
1. Specify an empty onclick for the link
onclick=""
2. Specify the target attribute for the link
target="_self"
Choose the one that suits you.

A
Alexander, 2022-04-08
@kikher

Component settings - AJAX mode
https://yadi.sk/i/kjKqEWaoOVScag

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question