zero1/magento2-pca-predict

There is no license information available for the latest version (0.0.1) of this package.

Magento 2 PCA Predict module

Installs: 25

Dependents: 1

Suggesters: 0

Security: 0

Type:magento2-module

0.0.1 2015-08-19 21:42 UTC

This package is not auto-updated.

Last update: 2019-03-12 07:38:27 UTC


README

A module to support the addition of the PCA Predict postcode lookup service to all address entry fields in magento 2

Install instructions

N.B this assumes you have the correct composer repositories configured

  1. add the composer dependency
    composer require zero1/magento2-pca-predict
  2. Enable the module
    php bin/magento module:enable Zero1_PCAPredict --clear-static-content
  3. Run any needed upgrade scripts
    php ./bin/magento setup:upgrade