We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebcd73 commit 922db95Copy full SHA for 922db95
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -1004,7 +1004,6 @@ public function export()
1004
++$page;
1005
$entityCollection = $this->_getEntityCollection(true);
1006
$entityCollection->setOrder('entity_id', 'asc');
1007
- $entityCollection->setStoreId(Store::DEFAULT_STORE_ID);
1008
$this->_prepareEntityCollection($entityCollection);
1009
$this->paginateCollection($page, $this->getItemsPerPage());
1010
if ($entityCollection->count() == 0) {
0 commit comments