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 6619bdf commit 1f13ba9Copy full SHA for 1f13ba9
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -961,7 +961,7 @@ protected function collectRawData()
961
962
if ($storeId != Store::DEFAULT_STORE_ID
963
&& isset($data[$itemId][Store::DEFAULT_STORE_ID][$fieldName])
964
- && $data[$itemId][Store::DEFAULT_STORE_ID][$fieldName] == $attrValue
+ && $data[$itemId][Store::DEFAULT_STORE_ID][$fieldName] == htmlspecialchars_decode($attrValue)
965
) {
966
continue;
967
}
0 commit comments