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 8d6519b commit 1544a50Copy full SHA for 1544a50
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -1097,7 +1097,7 @@ protected function collectRawData()
1097
$additionalAttributes[$fieldName] = $fieldName .
1098
ImportProduct::PAIR_NAME_VALUE_SEPARATOR . $this->wrapValue($attrValue);
1099
}
1100
- $data[$itemId][$storeId][$fieldName] = htmlspecialchars_decode($attrValue);
+ $data[$itemId][$storeId][$fieldName] = $attrValue;
1101
1102
} else {
1103
$this->collectMultiselectValues($item, $code, $storeId);
0 commit comments