Skip to content

Commit b3ca6a1

Browse files
committed
MAGETWO-87974: Can't hide product images via hide_from_product_page attribute during import
- Removed show_on_product_page field form export/import;
1 parent c7a1adf commit b3ca6a1

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ private function appendMultirowData(&$dataRow, $multiRawData)
12411241
$dataRow = $this->rowCustomizer->addData($dataRow, $productId);
12421242
} else {
12431243
$additionalImageIsDisabled = [];
1244-
$additionalImageIsEnabled = [];
12451244
if (!empty($multiRawData['mediaGalery'][$productLinkId])) {
12461245
foreach ($multiRawData['mediaGalery'][$productLinkId] as $mediaItem) {
12471246
if ((int)$mediaItem['_media_store_id'] === $storeId) {

0 commit comments

Comments
 (0)