smile / module-store-locator
Smile Store Locator
Package info
github.com/Smile-SA/magento2-module-store-locator
Type:magento2-module
pkg:composer/smile/module-store-locator
Requires
- php: ^8.1
- magento/framework: >=103.0.4
- magento/module-contact: >=100.4.4
- magento/module-store: >=101.1.4
- smile/module-map: ^2.1
- smile/module-retailer: ^2.0
- willdurand/geocoder: ^4.4
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.x-dev
- 1.3.9.6
- 1.3.9.5
- 1.3.9.4
- 1.3.9.3
- 1.3.9.2
- 1.3.9.1
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.x-dev
- 1.2.1
- 1.2.0
- 1.2.0-alpha7
- 1.2.0-alpha6
- 1.2.0-alpha5
- 1.2.0-alpha4
- 1.2.0-alpha3
- 1.2.0-alpha2
- 1.2.0-alpha1
- 1.1.x-dev
- 1.0.x-dev
- dev-fix-checkIdentifier
- dev-fix-js-translations
- dev-optimize-jquery-ui
- dev-fix-code-quality
- dev-feat-1249294
- dev-fix-compatibility-2-4-6
- dev-smile-quality-suite
- dev-fix-php81-compatibility
This package is auto-updated.
Last update: 2026-08-22 14:36:20 UTC
README
This module adds a store locator to the website. You can search a retailer on map.
Requirements
The module requires:
How to use
- 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
How to configure
Stores > Configuration > Services > Smile Map > Map Settings
Maximum number of visible stores: Above this limit, the list of stores will be not display
Add autocompletion
To add autocompletion you need to add this module:
RetailerSearch /!\ be careful with dependencies