diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index b111431..4a2373b 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -589,8 +589,7 @@ $this->saveFotos($fotos, $_product->product_id); // нужно для проставления характеристик относящихся к модификациям - $this->saveVariants($data, $product_cost_old, $_product->product_id, $_product->categories, $product_cost); - + $vars = $this->saveVariants($data, $product_cost_old, $_product->product_id, $_product->categories, $product_cost); // $_product->save(false); $result_items[] = "Product {$product_name_inserted} #{$_product->product_id} saved (" . ( $is_new_product ? 'new product' : 'exists product' ) . ")" . " (line $j)"; -- libgit2 0.21.4