Answer the question
In order to leave comments, you need to log in
How to display products in Bitrix by the "number" property?
All products have a numeric property.
How to correctly display products with this property value from 50 to 100 on the page?
Answer the question
In order to leave comments, you need to log in
Create filter dev.1c-bitrix.ru/api_help/iblock/classes/ciblockel...
$arFilter = array(
"IBLOCK_ID" => $IBLOCK_ID,
"SECTION_CODE" => "orange",
"INCLUDE_SUBSECTIONS" => "Y",
array(
"LOGIC" => "AND",
array("<PROPERTY_RADIUS" => 50),
array(">PROPERTY_RADIUS" => 50),
),
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question