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 a5fd649 commit 32d4459Copy full SHA for 32d4459
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1772,7 +1772,7 @@ protected function getMediaGalleryData($bunch)
1772
$mediaGallery[$rowSku][] = [
1773
'attribute_id' => $this->getMediaGalleryAttributeId(),
1774
'label' => isset($mediaGalleryLabels[$position]) ? $mediaGalleryLabels[$position] : '',
1775
- 'position' => $position++,
+ 'position' => $position,
1776
'disabled' => '',
1777
'value' => $media_image,
1778
];
0 commit comments