loki / magento2-directory-country-format-manager
Allowing for country-specific address templates
Package info
github.com/LokiCheckout/Loki_DirectoryCountryFormatManager
Type:magento2-module
pkg:composer/loki/magento2-directory-country-format-manager
Requires
- loki/magento2-admin-components: ~0.6.3
- magento/framework: ^103.0
- magento/module-backend: ^102.0
This package is auto-updated.
Last update: 2026-05-04 17:22:28 UTC
README
This Magento 2 module allows you to manage address templates per country. The core database table directory_country_format contains a mapping between a country and an address template, yet there is no way to manage this. This module uses Loki_AdminComponents to create a grid and form in the Magento Admin Panel, allowing you to manage things anyway.
Installation
Install this package via composer:
composer require loki/magento2-directory-country-format-manager
Next, enable this module:
bin/magento module:enable Loki_DirectoryCountryFormatManager
Usage
Navigate to Stores > Settings > Country Format Manager within the Magento Admin Panel.