Skip to content

Commit d15db0a

Browse files
MC-19399: Import of Customizable Option price does not respect the website scope
1 parent a7136e7 commit d15db0a

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import/Product

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,8 @@ protected function _collectOptionMainData(
14581458
) {
14591459
if ($this->_isPriceGlobal) {
14601460
$prices[$nextOptionId][Store::DEFAULT_STORE_ID] = $priceData;
1461+
} else {
1462+
$prices[$nextOptionId][$this->_rowStoreId] = $priceData;
14611463
}
14621464
}
14631465

0 commit comments

Comments
 (0)