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 2eb6f84 commit d7cfbdbCopy full SHA for d7cfbdb
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -2839,7 +2839,7 @@ protected function getProductUrlSuffix($storeId = null)
2839
protected function getUrlKey($rowData)
2840
{
2841
if (!empty($rowData[self::URL_KEY])) {
2842
- return strtolower($rowData[self::URL_KEY]);
+ return $this->productUrl->formatUrlKey($rowData[self::URL_KEY]);
2843
}
2844
2845
if (!empty($rowData[self::COL_NAME])) {
0 commit comments