Answer the question
In order to leave comments, you need to log in
How to withdraw new items in Bitrix?
It is not possible to display on the main block with new products.
In the infoblock like this:
Before calling the component, I write:
<?
global $arrFilter;
$arrFilter = array('NOVINKI' => true);
?>
<?
global $arrFilter;
$arrFilter = array('NOVINKI' => 'Да');
?>
"FILTER_NAME" => "arrFilter",
Answer the question
In order to leave comments, you need to log in
If by value of a property of type ENUM then it is correct like this
$GLOBALS['arrFilter'] = array('PROPERTY_NOVINKI_VALUE' => 'Да');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question