Store Locator
smile/module-store-locator
Adds a store locator to your website, allowing customers to find retailers on a map. Requires the Retailer and Map modules.
Supported Magento versions: 2.4.9
544,464 installs★ 50 starsLatest: v2.2.3Released 2026-07-22License: OSL-3.0
composer require smile/module-store-locatorREADME
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
This module adds a store locator to the website. You can search a retailer on map.
The module requires:
- Install the module via Composer:
composer require smile/module-store-locator
- Enable it:
bin/magento module:enable Smile_StoreLocator
- Optionnal : Drop old SMILE_RETAILER_ADDRESS_RETAILER_ID unique key:
if you already used older Smile_StoreLocator module on your projects, and you want to upgrade it, before upgrading, you will have to DROP your current UNIQUE KEY from table smile_retailer_address : SMILE_RETAILER_ADDRESS_RETAILER_ID This is necessary in order to get a db_schema.xml working correctly.
ALTER TABLE smile_retailer_address DROP INDEX SMILE_RETAILER_ADDRESS_RETAILER_ID
- Install the module and rebuild the DI cache:
bin/magento setup:upgrade
Stores > Configuration > Services > Smile Map > Map Settings
Maximum number of visible stores: Above this limit, the list of stores will be not display
To add autocompletion you need to add this module:
RetailerSearch /!\ be careful with dependencies
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues