Skip to main content

Addressfinder for Magento

The Magento extension adds address autocomplete and verification to the billing and shipping address fields of your Magento 2 store.

Installation

We suggest that you install Addressfinder via Composer following the steps below (requires Magento 2.1 and above).

You can also install Addressfinder via the Adobe Marketplace or by downloading the module in a ZIP file from GitHub.

Install with Composer

  1. Open the terminal and navigate to your Magento installation directory.
  2. Enter composer require addressfinder/module-magento2. This will install the Addressfinder module within Magento. This takes about five minutes.
  3. Once the installation is complete, enable the module by entering bin/magento module:enable AddressFinder_AddressFinder.
  4. Run the upgrade command bin/magento setup:upgrade.
  5. Clear the cache with bin/magento cache:flush.

You may need to recompile your dependency injection cache and redeploy themes, especially in production. This varies from site to site and is not impacted by installing the Addressfinder module.
Recompile your configuration by entering bin/magento setup:di:compile, and redeploy with bin/magento setup:static-content:deploy.

Enabling and configuring the module

You can configure the Addressfinder module in your Magento Admin settings.

  1. Click on Stores > Configuration in the sidebar, select Services, then Addressfinder.
  2. Uncheck the Use system value checkbox.
  3. Set Enabled to Yes.
  4. Paste your Addressfinder license key and click Save Config.
  5. Customise the module settings (optional).

To get a license key, sign up for a 30-day free trial.
Already have a subscription? Find your key in the Credentials section in the Portal.