$properties = CIBlockElement::GetProperty(
$arParams["LINK_IBLOCK_ID"],//int iblock_id,
$arResult["LINKED_ELEMENTS"][0]['ID']//int element_id,
);
$product_properties1 = $properties->Fetch();
print '<br>Свойства продукта:<pre>'; print_r($product_properties1); print '</pre>';
|