- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2017
06:40 AM
10-23-2017
06:40 AM
Magento 2 - Tablerate csv import issues
Hello All Magento Developers,
I have tried to import Tablerate using csv in Magento 2.2.0 and I have got error 'Something went wrong while importing table rates.'
If anyone have a solution for this issue then please reply me on this post.
Thank you in advance.
Regard,
Mayank Zalavadia
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2017
06:43 AM
10-23-2017
06:43 AM
Re: Magento 2 - Tablerate csv import issues
I also face the same issue on Magento 2.1.9 Version.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018
09:16 AM
03-19-2018
09:16 AM
Re: Magento 2 - Tablerate csv import issues
I had the same issue.
When I opened the CSV file with a plain text editor, I discovered that the values were separated by ";" (semicolons). Replacing the ";" with "," (commas) solved the issue.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2019
08:35 AM
02-15-2019
08:35 AM
Re: Magento 2 - Tablerate csv import issues
Thank you, friend, helped me a lot