Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 11, 2020
1 parent 0056aa5 commit a8662d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ImportCsvShopContentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ public function import($number, $row)
$shopProduct = $element->shopProduct;
if (!$shopProduct) {
$shopProduct = new ShopProduct();
$shopProduct->quantity = 0;
$shopProduct->baseProductPriceValue = 0;
$shopProduct->baseProductPriceCurrency = "RUB";
$shopProduct->id = $element->id;
Expand Down

0 comments on commit a8662d1

Please sign in to comment.