delgraf/module-regioncode

Region code in customer address templates and store address

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.1 2023-08-31 15:02 UTC

This package is auto-updated.

Last update: 2024-05-30 00:59:59 UTC


README

``delgraf/module-regioncode``

Main Functionalities

  • Enable region code in customer address templates using {{var region_id}}
  • Add region code in store address

Installation

* = in production please use the --keep-generated option

Type 1: Composer

  • Go to Magento2 root folder
  • Install the module composer by running composer require delgraf/module-regioncode
  • Enable the module by running php bin/magento module:enable Delgraf_RegionCode
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Zip file

  • Unzip the zip file in app/code/Delgraf
  • Enable the module by running php bin/magento module:enable Delgraf_RegionCode
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush