zero1 / magento2-pca-predict
Magento 2 PCA Predict module
Installs: 25
Dependents: 1
Suggesters: 0
Security: 0
Type:magento2-module
pkg:composer/zero1/magento2-pca-predict
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