A
A
Alexander2016-03-16 16:04:34
1C-Bitrix
Alexander, 2016-03-16 16:04:34

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

1 answer(s)
S
Sergey, 2016-03-16
@IIvanich

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 question

Ask a Question

731 491 924 answers to any question