diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index 71a8e08..35003ad 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -586,7 +586,7 @@ $this->saveVariants($data, $product_cost_old, $_product->product_id, $_product->categories, $product_cost); - $_product->save(); +// $_product->save(); $result_items[] = "Product {$product_name_inserted} #{$_product->product_id} saved (" . ( $is_new_product ? 'new product' : 'exists product' ) . ")" . " (line $j)"; -- libgit2 0.21.4