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
0.0.1
2015-08-19 21:42 UTC
Requires
- php: ~5.4.11|~5.5.0
- magento/magento-composer-installer: *
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
- add the composer dependency
composer require zero1/magento2-pca-predict
- Enable the module
php bin/magento module:enable Zero1_PCAPredict --clear-static-content
- Run any needed upgrade scripts
php ./bin/magento setup:upgrade