dhairvi / module-iso3166
ISO 3166-1 Data for Magento 2
Installs: 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
README
This module is for Magento 2 website, it helps to get country ISO3166 data by country code 2 as well as 3 digits code and more. Following is the details you can get using this module.
This module helps to get following details.
- Get country numeric code using 2 digit country code.
- Get Country numeric code using 3 digit country code.
- Get Country 2 digit code using country numeric code.
- Get Country 3 digit code using country numeric code.
- Get Country Name using country numeric code.
NOTE: This is offline data, no service used to fetch online data for this module. Data prepared from this link https://www.iso.org/obp/ui/#search
Last data updated on 19 April 2022.
how to install on Magento 2:
-
manually Install: Download files from here and upload them at /app/code/Dhairvi/ISO3166/
-
Composer Install: composer require dhairvi/module-iso3166
How to Use:
Review our blog post to know how to use this module https://www.dhairvi.com/magento-2-get-a-country-numeric-code-using-country-code/