
[comment]: # (You have been able to install the module by following the Install.md instructions step by step, now let's see some vocabulary and use cases.)


**Concepts & Terms that matter**  
--------------------------------

### Store  
In current context Store will mostly refer to physical stores, not to the application's virtual stores.

**Description**  
---------------
Soon_StoreLocator allows the store administrator to display the physical stores closest to the customers.
If your company has physical stores or your products are stocked in stores with which you have a partnership, then you may want to direct your customers to those stores via your website.

**Configuration**  
-----------------

- Step 1: activate it in the store view  
In the general menu, you have the option to activate it or not in the view. Choose "yes" to activate it or "Not" to disable it.

- Step 2: activate display criteria  
Choose to list the stores either by distance or alphabetically.

- Step 3: Create a Google Map API Key  
To create an API key, you must follow these steps :
    1. Go to the API console at https://code.google.com/apis/console and sign in with your Google Account.
    2. Click the API link in the left menu. 
    3. Enable Google Maps JavaScript v3 API, Distance Matrix API, Geocoding Services API. 

- Step 4: Define Store Search  
You can select one or more search criteria:    
    1. Active the module ?
    2. Activate the default country  
    Select the default country for searching and showing the list of stores in frontend.
    

### Configuration example  

![Configuration](./images/Configuration.png)

**Display example**
------------------

1. Search  

![PopIn of search](./images/Scenario1-Search.png)  
2. Result search  

![PopIn of search result](./images/Scenario1-SearchResults.png)  
3. Select  

![PopIn store selected](./images/Scenario1-StoreSelection.png)  
