Skip to content

andrewkett/Ak_Locator

Repository files navigation

Magento Store Locator

Build Status Code Coverage Scrutinizer Quality Score Dependency Status SensioLabsInsight

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.

Features

  • Locations built with Magentos EAV system
  • Google Maps used for frontend display and search geocoding
  • Configurable search settings
  • Extensible code

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 must be added to the lib directory manually.

Configuration

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

How to Contribute

  • Fork and edit
  • Test locally
  • Submit pull request for consideration

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2015 Andrew Kett

Disclaimer: This extension is now reasonably stable and has been used in production websites, however it is provided "as is" and there are no guarantees that it will work for your site.