File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogImportExport/Model/Import/Product Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Catalog \Model \ResourceModel \Product \Option \Value \Collection as ProductOptionValueCollection ;
14
14
use Magento \Catalog \Model \ResourceModel \Product \Option \Value \CollectionFactory as ProductOptionValueCollectionFactory ;
15
15
use Magento \Store \Model \Store ;
16
+ use Magento \ImportExport \Model \Import ;
16
17
17
18
/**
18
19
* Entity class which provide possibility to import product custom options
@@ -1924,7 +1925,7 @@ protected function _parseCustomOptions($rowData)
1924
1925
{
1925
1926
$ beforeOptionValueSkuDelimiter = '; ' ;
1926
1927
if (empty ($ rowData ['custom_options ' ])
1927
- || $ rowData ['custom_options ' ] === \ Magento \ ImportExport \ Model \ Import::DEFAULT_EMPTY_ATTRIBUTE_VALUE_CONSTANT ) {
1928
+ || $ rowData ['custom_options ' ] === Import::DEFAULT_EMPTY_ATTRIBUTE_VALUE_CONSTANT ) {
1928
1929
return $ rowData ;
1929
1930
}
1930
1931
$ rowData ['custom_options ' ] = str_replace (
You can’t perform that action at this time.
0 commit comments