Commit 2a8ba7bb authored by Kulya's avatar Kulya 😊

Upd alvbx add prods15

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