Created
August 27, 2018 09:40
-
-
Save anoriar/663e360892c05943a12d1329d8cf0c10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$productsInst = \Aero\Tools\Iblock\Catalog\Products::getInstanceByCode(); | |
$products = $productsInst->getElementsES([ | |
"select" => ["ID", "IBLOCK_ID", "PROPERTIES.STORES", "PROPERTIES.MIN_MIN_PRICE"], | |
"filter" => ["PROPERTIES.STORES" => $storeIds, "ACTIVE" => "Y"], | |
] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment