tig/postcode-magento2 1.5.2

TIG Magento 2 Postcode extension

Type

magento2-module

License

CC-BY-NC-ND-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Postcode Service Magento 2

Latest Stable Version TIG Postcode Service 2.3.7 versions TIG Postcode Service 2.4.5 versions Total Extension downloads Build Status

Requirements

  • Magento version 2.4.5, 2.4.4, 2.3.7 or 2.3.6
  • PHP 7.3+

Installation

We strongly recommend that you use a Staging Environment for the installation, and to also make a backup of your environment.

Installation using composer (recommended)

To install the extension login to your environment using SSH. Then navigate to the Magento 2 root directory and run the following commands in the same order as described:

Enable maintenance mode:

php bin/magento maintenance:enable
  1. Install the extension:
composer require tig/postcode-magento2
  1. Enable the Postcode Service Magento 2 extension
php bin/magento module:enable TIG_Postcode
  1. Update the Magento 2 environment:
php bin/magento setup:upgrade

When your Magento environment is running in production mode, you also need to run the following comands:

  1. Compile DI:
php bin/magento setup:di:compile
  1. Deploy static content:
php bin/magento setup:static-content:deploy
  1. Disable maintenance mode:
php bin/magento maintenance:disable

Installation manually

  1. Download the extension directly from github by clicking on Code and then Download ZIP.
  2. Create the directory app/code/TIG/Postcode (Case-sensitive)
  3. Extract the zip and upload the code into app/code/TIG/Postcode
  4. Enable the Postcode Service Magento 2 extension
php bin/magento module:enable TIG_Postcode
  1. Update the Magento 2 environment:
php bin/magento setup:upgrade

Update

To update the Postcode Service Extension run the following commands:

composer update tig/postcode-magento2
php bin/magento setup:upgrade

Examples

Dutch Postcode Service within the Magento 2 checkout

Postcode Service Magento 2 Checkout NL

Belgium Postcode Service within the Magento 2 checkout

Postcode Service Magento 2 Checkout BE

Documentation

For further installation guidance https://developers.postcodeservice.com/