Commit 9eac0cab authored by Kulya's avatar Kulya 😊

Upd alvbx add prods15

parent bc274b03
......@@ -389,11 +389,11 @@ class AloVoiceRest
$arNewProductParams = [
"iblockId" => $conf["bx_catalog_id"],
"name" => $data["name"],
// "code" => $this->translit($data["name"]),
// "xmlId" => $xmlId,
"code" => $this->translit($data["name"]),
"xmlId" => $xmlId,
"iblockSectionId" => (!empty($data["sid"])) ? $data["sid"] : 0,
// "quantity" => (!empty($data["qty"])) ? $data["qty"] : 0,
// "quantityTrace" => 'N',
"quantity" => (!empty($data["qty"])) ? $data["qty"] : 0,
"quantityTrace" => 'N',
];
// if(!empty($data["price"])){
......@@ -460,7 +460,8 @@ class AloVoiceRest
$arProduct = BxRest::call('catalog.product.add',["fields"=>$arNewProductParams]);
}
else {
$arProduct = BxRest::call('catalog.product.update',["id"=>$result["result"]["products"][0] ,"fields"=>$arNewProductParams]);
var_dump($result["result"]["products"][0]);
$arProduct = BxRest::call('catalog.product.update',["id"=>$result["result"]["products"][0]["ID"] ,"fields"=>$arNewProductParams]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment