Download the PHP package extensionsstore/addressvalidator without Composer
On this page you can find all versions of the php package extensionsstore/addressvalidator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download extensionsstore/addressvalidator
More information about extensionsstore/addressvalidator
Files in extensionsstore/addressvalidator
Package addressvalidator
Short Description Validate billing and shipping addresses in the One Page Checkout.
License GPL-3.0
Homepage https://github.com/ExtensionsStore/Addressvalidator.git
Informations about the package addressvalidator
Address Validator
Validate billing and shipping addresses in the Magento One Page Checkout.
Description
Validate billing and shipping addresses in the Magento One Page Checkout. Customer submits billing and shipping addresses and is shown a popup of valid addresses to choose from. Currently has support for Fedex, USPS and UPS.
Install
Modman:
modman clone https://github.com/ExtensionsStore/Addressvalidator
Composer:
{
"require": {
"magento-hackathon/magento-composer-installer": "dev-master",
"extensions-store/addressvalidator" : "1.5.2"
},
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/ExtensionsStore/Addressvalidator"
}
],
"extra": {
"magento-root-dir": "./html",
"magento-deploystrategy": "copy",
"magento-force" : true,
"with-bootstrap-patch" : false
}
}
Upload the files to the root of your Magento install. Let the install script run. This will create the table extensions_store_addressvalidator_responses to hold requests and responses. In the admin System -> Configuration, go to Sales -> Address Validator and configure the extension with your validation provider (UPS, USPS, Fedex) account. Clear cache.
For Fedex and USPS, configure the credentials in the Shipping Methods. See the <a href"Wiki">https://github.com/ExtensionsStore/Addressvalidator/wiki">Wiki for more information.
Here's a screenshot of the popup:
Documentation
See the Wiki at <a href"https://github.com/ExtensionsStore/Addressvalidator/wiki">https://github.com/ExtensionsStore/Addressvalidator/wiki">https://github.com/ExtensionsStore/Addressvalidator/wiki.
Support
As this is a free extension, no support or guarantee is implied or provided. However, I can be contacted at https://www.extensions-store.com/support.html. Paid support including installation, configuration and custom development is available. Also, further development and updates are dependent on client support.