loki/magento2-directory-country-format-manager

Allowing for country-specific address templates

Maintainers

Package info

github.com/LokiCheckout/Loki_DirectoryCountryFormatManager

Type:magento2-module

pkg:composer/loki/magento2-directory-country-format-manager

Fund package maintenance!

yireo

www.paypal.me/yireo

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2026-05-04 17:10 UTC

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.