From 8b4db6c1f4f0ac99583b17691216f6448d9f4235 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 15:19:27 +0300 Subject: [PATCH] Import browser beta v0.1 --- common/modules/product/models/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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