I have recently faced an issue during CSV import as below.:
In ‘Categories ‘ column. Category name is like ‘Default Category/Motorola/E Series/Moto E6 (XT2005,XT2005-3,XT2005-5)‘
While I am importing this category, it’s creating three categories despite one. Due to comma(,), Magento’s default functionality considers a new category after comma(,).
It will create categories like :
1) Moto E6 (XT2005
2) XT2005-3
3) XT2005-5)
To fix the comma issue in categories name follow the below solutions :
1 2 3 4 5 |
To fix the issue you can use # code by replacing comma (,) - Hash code for ',' is , using this code you can replace comma in category name. For example : |
So, by replacing the comma with Html character code, the issue will be fixed and created a category same as expected.
Let me know if this article is helpful to you.
[crayon-62fe73a1bca5e234575758/] Using above fucntion Images can be imported directly from...
Override view block using di.xml and add the below code...
You can check a list of called layout XML for...
Follow the below steps to install and set up PWA...
If you want to remove all leading zero's from order,...