motou / magento2-store-locator-stockists-extension

Stockists store locator extension for magento2 using google maps
MIT License
67 stars 44 forks source link
csv driving-directions gmaps magento magento2-extension store-locator

Magento2 stockists store locator extension

This is a feature rich stockists store locator extension for magento2.

Table of Contents

Install

$ composer require limesharp/stockists
$ composer update
$ php bin/magento setup:upgrade 
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clean

Or you can download the latest zip file from releases, drop it into your app folder, copy the contents of src folder into the main folder and then run the last 2 commands above.

Or you can also get it from the magento2 marketplace. (there it is the old version 1.0.6 with less features)

It requires magento 2.1 or above and php7 (for php5.6 use v.1.0.6).

Visit the extension website: http://claudiucreanga.github.io/magento2-store-locator-stockists-extension/

You need to use your own gmaps api key. Go to https://developers.google.com/maps/documentation/javascript/get-api-key and get your own key and then insert it in configuration > stockists > Gmaps Api Key. Otherwise the map may not work because of Gmaps' daily limits.

Features

Usage

Basic

Import

csv

Export

Support

Demo

Main dashboard

Locationd

Settings Settings Settings

Frontend

window

window

search

Driving directions

Uninstall