Auto Address Finder

Magento Auto Address Finder is an extension that allows your customers to auto complete their address from the partial address they have entered or are entering . On checkout page, when customer enter billing or shipping address then on address field will suggest addresses when cursor on this field, and also when customer enter their addresses from dashboard -> add address page then also same address filed will auto find address on selected country. Installation guide Installation Steps 1 . Upload file manually – Extract it and then extract Custom_Addressfinder-1.0.0.tgz and then copy all files app and js folder and then paste into your magento root directory, If you are using a different theme from default theme – be sure to copy app/design/frontend/default/default/layout/addressfinder.xml to your theme layout folder app/design/frontend/yourtheme/yourtheme/layout/addressfinder.xml and copy app/design/frontend/default/default/template/addressfinder to your theme template folder app/design/frontend/yourtheme/yourtheme/template/addressfinder. 2. Second way is from admin panel – Go to admin panel – System -> Configuration -> Magento Connect -> Magento Connect Manager and unchecked ” Put store on the maintenance mode while installing/upgrading/backup creation” option and browse file and upload it. 3. Clear Cache 4. Now goto checkout page, when you enter address then it will auto suggest address based on your country. Magento2 Installation Options There are two ways of installtion of extension in magento. 1. Magento 2 install extension using COMMAND LINE (Recommended) Step 1: Download/purchase the extension Step 2: Unzip the file(custom_addressfinder-1.0.0.zip) in a temporary directory from Magento2 folder Step 3: Upload it to your Magento installation root directory Step 4: Disable the cache under System­ >> Cache Management Step 5: Enter the following at the command line: php bin/magento setup:upgrade Step 6: After opening Stores­ >>Configuration >­>Advanced >­> Advanced, the module will be shown in the admin panel 2. Magento2 install extension manually. Step 1: Download/purchase the extension Step 2: Unzip the file in a temporary directory Step 3: Upload it to your Magento installation root directory Step 4: Disable the cache under System­ >> Cache Management Edit app/etc/config.php file and below line code: ‘Custom_Addressfinder’ => 1, Step 5: Disable the cache under System >­> Cache Management Step 6 : After opening Stores ­>> Configuration­ >> Advanced­ >> Advanced, the module will be shown in the admin panel. >> UPGRADING DATABASE If you need to upgrade the database, run the following command line: php ­f bin/magento setup:db­schema:upgradeBuy and Download
Share post
You must be logged in to post a comment
Top