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 b3eb014 commit c32f20fCopy full SHA for c32f20f
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -1006,9 +1006,7 @@ public function export()
1006
$entityCollection->setOrder('entity_id', 'asc');
1007
$this->_prepareEntityCollection($entityCollection);
1008
$this->paginateCollection($page, $this->getItemsPerPage());
1009
- if ($entityCollection->count() == 0) {
1010
- break;
1011
- }
+
1012
$exportData = $this->getExportData();
1013
if ($page == 1) {
1014
$writer->setHeaderCols($this->_getHeaderColumns());
0 commit comments