This extension provides the ability to add physical stores to your Magento website, and for a customer to find your stores using a geolocation search.
This extension can be installed with both modman and composer, however composer is the recommended method of installation
add a composer.json file to your root directory
{
"repositories": [
{
"type":"composer",
"url":"http://packages.firegento.com"
}
],
"require": {
"andrewkett/locator" : "@stable"
},
"extra":{
"magento-root-dir":"./",
"magento-force":"true"
}
}
then
composer.phar install
https://github.com/andrewkett/Ak_Locator/archive/master.zip
When installing manually, the geoPHP library to the lib directory manually
Once installed you will need to add a google maps API key in the Locator Settings configuration tab.
OSL - Open Software Licence 3.0
(c) 2014 Andrew Kett
Disclaimer: This extension is now reasonably stable and has been used in many production websites, however it is provided "as is" and there are no guarantees that it will work for your website.