Commit 2a8ba7bb authored by Kulya's avatar Kulya 😊

Upd alvbx add prods15

parent b5b8717b
......@@ -387,13 +387,13 @@ class AloVoiceRest
$arNewProductParams = [
"iblockId" => $conf["bx_catalog_id"],
// "iblockId" => $conf["bx_catalog_id"],
"name" => $data["name"],
"code" => $this->translit($data["name"]),
"xmlId" => $xmlId,
"iblockSectionId" => (!empty($data["sid"])) ? $data["sid"] : 0,
"quantity" => (!empty($data["qty"])) ? $data["qty"] : 0,
"quantityTrace" => 'N',
// "code" => $this->translit($data["name"]),
// "xmlId" => $xmlId,
// "iblockSectionId" => (!empty($data["sid"])) ? $data["sid"] : 0,
// "quantity" => (!empty($data["qty"])) ? $data["qty"] : 0,
// "quantityTrace" => 'N',
];
// if(!empty($data["price"])){
......
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