Commit d387e99900ed446a7eed601c41b3f359926d422e
1 parent
86a137c0
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 | 586 | |
587 | 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 | 591 | $result_items[] = "Product {$product_name_inserted} #{$_product->product_id} saved (" . ( $is_new_product ? 'new product' : 'exists product' ) . ")" . " (line $j)"; |
592 | 592 | ... | ... |