Commit 8b4db6c1f4f0ac99583b17691216f6448d9f4235

Authored by Yarik
1 parent d60821b1

Import browser beta v0.1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/models/Import.php
@@ -586,7 +586,7 @@ @@ -586,7 +586,7 @@
586 586
587 $this->saveVariants($data, $product_cost_old, $_product->product_id, $_product->categories, $product_cost); 587 $this->saveVariants($data, $product_cost_old, $_product->product_id, $_product->categories, $product_cost);
588 588
589 - $_product->save(); 589 +// $_product->save();
590 590
591 $result_items[] = "Product {$product_name_inserted} #{$_product->product_id} saved (" . ( $is_new_product ? 'new product' : 'exists product' ) . ")" . " (line $j)"; 591 $result_items[] = "Product {$product_name_inserted} #{$_product->product_id} saved (" . ( $is_new_product ? 'new product' : 'exists product' ) . ")" . " (line $j)";
592 592