danielv / module-directory
Add county attribute to customer address, quote address, sales order address
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:magento2-module
Requires
- php: ~7.4.0||~8.1.0
- magento/framework: 103.0.*
This package is auto-updated.
Last update: 2025-07-29 02:40:26 UTC
README
Add county attribute to customer address, quote address, sales order address.
Magento2 Directory
The extension allows you to manage geographic regions. For each country, you can add the any region, whose name is based on a specific locale.
Compatibility
Version | 2.4.* |
---|---|
Magento Community | ✔️ |
Magento Enterprise | ✔️ |
Magento Cloud | ✔️ |
Install
Install via Composer (recommend)
-
Go to Magento2 root folder
-
Enter following commands to install module:
For Magento CE (EE) 2.4.x
composer require danielv/module-directory
Wait while dependencies are updated.
Manual Installation
-
Create a folder {Magento root}/app/code/DanielV/Directory
-
Download the corresponding latest version
-
Copy the unzip content to the folder ({Magento root}/app/code/DanielV/Directory)
Completion of installation
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
This extension is distributed under the Open Software License (OSL 3.0), and is thus open source software.
Contribution
Want to contribute to this extension? The best possibility to provide any code is to open a pull requests on GitHub.