Magento Store Locator

View the Project on GitHub andrewkett/Ak_Locator

Magento Store Locator

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.

Build Status Code Coverage Scrutinizer Quality Score Dependency Status

Features

Installation.

This extension can be installed with both modman and composer, however composer is the recommended method of installation

Using composer

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

Download and install manually.

https://github.com/andrewkett/Ak_Locator/archive/master.zip

When installing manually, the geoPHP library to the lib directory manually

Configuration

Once installed you will need to add a google maps API key in the Locator Settings configuration tab.

Licence

OSL - Open Software Licence 3.0

Copyright

(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.