Is it possible to use abbreviations of countries/states in the CSV file?
Due to the fact that our extension uses the options that are available in the core Magento, it is not allowed to use abbreviations for countries or regions in the CSV files. To import locations correctly, the address should be defined according to the Magento list, thus, full names are required (e.g. United Kingdom instead of UK).
Related Articles
How to import locations into particular store view?
Locations could be configured per store view. If you need to specify the store view to import a location, please define the store view ID in the 'stores' field in the CSV file. The store view ID can be located easily by going to Stores → All Stores, ...
Is it possible to import data to Magento with a custom file?
It is possible to use a custom import file, but there are a few peculiarities that must be taken into account. Import modules provide features for flexible configuration of the import file like setting custom entity and field names or ...
How to import Shipping Table Rates?
Due to the functionality that relies on Magento Import component, it is possible to seamlessly import huge data volumes via a CSV file in a few clicks. Our Shipping Table Rates module allows importing rates to the methods created in the instance. ...
Is it possible to use custom XML file structure to import data?
All Import modules provide the functionality of creating your own XML file via special XSLT editor: The XLS template configuration depends on the user requirements, however, below provided the example of the XLS template: <?xml version="1.0" ...
How to fix the errors while importing CSV with the shipping table rates?
If you are facing difficulties with importing a CSV file, it is necessary to check if the following conditions are met: 1. The country spelling in the CSV file is identical to the spelling of country names at Stores → Configuration → General → ...