What is the Addressfinder extension for Magento 1?
- The Magento address autocomplete plugin for Magento adds an autocomplete capability to the billing and shipping address fields for New Zealand and Australian Magento Stores.
- Get verified addresses - No more mistakes. Save addresses straight from your web form to your database.
- Access the latest addresses - Access addresses frequently refreshed from multiple sources.
- No software required - Addressfinder is a JavaScript widget and API.
- Supports all modern browsers - Addressfinder for Magento 1 will work in all modern browsers. Internet Explorer is supported for version 11.
Composer Installation
See instructions for manual installation- 1. To install Addressfinder go to your Magento installation directory and enter:
composer require addressfinder/module-magento1
- 2. If you don't have it already, you will need to install the magento-composer-installer plugin. This will create the symlinks between the vendor files created by composer and your Magento store. You can find instructions here
- TIP: Don't forget to enable symlinks in your Magento installation to enable Composer installation to work. This isn't specific to Addressfinder, but a common "gotcha". You can read more here
- 3. After installation, you should clear the cache. You can do this within the Magento Admin settings. Click on 'System' in the top menu bar, and 'Cache Management' from the slide down menu. Click 'Flush Magento Cache'
Manual Installation
See instructions for composer installation- 1. Download the latest ZIP from GitHub, then merge the following files/directories into your existing project:
app/code/community/Addressfinder
app/design/frontend/base/default/layout/addressfinder.xml
app/design/frontend/base/default/template/addressfinder
app/etc/modules/AddressFinder_AddressFinder.xml
js/addressfinder
- 2. After installation, you should clear the cache. You can do this within the Magento Admin settings. Click on 'System' in the top menu bar, and 'Cache Management' for the slide down menu. Click 'Flush Magento Cache'
Enabling and Configuring the widget
- Configure the extension within the Magento Admin settings.
- 1. Click on 'System' in the top menu bar, and 'Configuration' from the slide down menu
- 2. Addressfinder will be in the left menu bar under 'Services'
- 3. In the Addressfinder pannel, set 'Enabled' to Yes
- 4. Enter your Addressfinder licence key. If you don't have a licence key yet you can get one by signing up for a trial account.
- 5. Press the Save Config button
- 6. You can test the extension on the Checkout page of your store, or the Address Book section of your customer account
- Before you test, confirm that you have either 'New Zealand' or 'Australia' selected in your country field.
Advanced Usage
-
If you want to adjust the default behaviour of the widget you may add additional options. These options should be added inside the 'Widget Options' box on the Addressfinder configuration page. The options should be inside an object and must be in valid JSON format. This section may be excluded for default behaviour. For a full list of possible options visit our Widget Documentation.