Answer the question
In order to leave comments, you need to log in
How to make your cnc in Bitrix?
Hello. I have such a task, there is a directory with elements. CNC view:
/catalog/#SECTION_CODE_PATH#/ - sections
/catalog/#SECTION_CODE_PATH#/#ELEMENT_CODE#/ - element
Each element has a BRAND property and I want the CNC to start with the value of the property, for example:
/catalog/ADIDAS/ #SECTION_CODE_PATH#/ , and so that being in this section directories and elements are displayed in which, for example, there is an ADIDAS brand, etc. How to set up the CNC, accept this brand, and filter the catalog output by this property, maybe someone knows?
Answer the question
In order to leave comments, you need to log in
there is a BRAND property
filter the output
"SEF_URL_TEMPLATES" => array(
"sections" => "",
"section" => "#SECTION_CODE_PATH#/",
"element" => "#SECTION_CODE_PATH#/#ELEMENT_CODE#/",
"smart_filter" => "#SECTION_CODE_PATH#/filter/#SMART_FILTER_PATH#/",
),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question