Код |
---|
if(count($arParams["PRODUCT_PROPERTIES"])) { if(is_array($_POST[$arParams["PRODUCT_PROPS_VARIABLE"]])) /*****Вот здесь не срабатывает******/ { $product_properties = CIBlockPriceTools::CheckProductProperties( $arParams["IBLOCK_ID"], $productID, $arParams["PRODUCT_PROPERTIES"], $_POST[$arParams["PRODUCT_PROPS_VARIABLE"]] ); if(!is_array($product_properties)) $strError = GetMessage("CATALOG_ERROR2BASKET").".+"; } else { $strError = GetMessage("CATALOG_ERROR2BASKET").".-"; } } |