smile / module-store-locator
smile/module-store-locator
Smile Store Locator
Smile Store Locator
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
Changelog
All notable changes to this project will be documented in this file.
2.2.2 - 2026-06-03
- Remove dependency to unused jQuery UI components
2.2.1 - 2024-05-03
- Refactor - same search design everywhere
- Update contact form
2.2.0 - 2023-09-20
Dataset compatibility ES 2.11.x and PHP 8.2
- Fix Dynamic type declaration
- Fix Type hinting
- Replace
Zend_DatebyDateTime - Remove
MutationObserversupport - Fix UI Component Retailer Offer editing
- Replace
Zend_ValidatebyLaminas\Validator - Fix Retailer Grid Column Action
- Fix Retailer Grid Mass Actions
- Fix some translations
- Remove Temando/Shipping Plugin
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 2.2.2 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2026-06-03 15:18:43 |
| 2.2.1 | stable | Not tested | Not yet tested Details | 2024-05-03 16:33:32 |
| 2.2.0 | stable | Not tested | Not yet tested Details | 2023-09-21 10:13:21 |
| 2.1.0 | stable | Not tested | Not yet tested Details | 2022-08-22 09:48:53 |
| 2.0.8 | stable | Not tested | Not yet tested Details | 2022-08-22 09:30:12 |
| 2.0.7 | stable | Not tested | Not yet tested Details | 2021-02-02 16:24:47 |
| 2.0.6 | stable | Not tested | Not yet tested Details | 2020-08-28 14:35:15 |
| 2.0.5 | stable | Not tested | Not yet tested Details | 2020-08-19 13:49:26 |
| 2.0.4 | stable | Not tested | Not yet tested Details | 2020-03-31 11:31:10 |
| 2.0.3 | stable | Not tested | Not yet tested Details | 2020-03-30 15:14:05 |
| 2.0.2 | stable | Not tested | Not yet tested Details | 2020-03-27 13:54:26 |
| 2.0.1 | stable | Not tested | Not yet tested Details | 2020-03-23 08:59:40 |
| 1.3.9.6 | stable | Not tested | Not yet tested Details | 2020-03-20 17:13:35 |
| 2.0.0 | stable | Not tested | Not yet tested Details | 2020-03-18 15:14:23 |
| 1.3.9.5 | stable | Not tested | Not yet tested Details | 2019-12-10 15:24:02 |
| 1.3.9.4 | stable | Not tested | Not yet tested Details | 2019-10-18 09:50:39 |
| 1.3.9.3 | stable | Not tested | Not yet tested Details | 2019-07-15 10:09:51 |
| 1.3.9.2 | stable | Not tested | Not yet tested Details | 2019-06-20 12:44:33 |
| 1.3.9.1 | stable | Not tested | Not yet tested Details | 2019-06-20 07:49:20 |
| 1.3.9 | stable | Not tested | Not yet tested Details | 2019-06-20 05:59:38 |
| 1.3.8 | stable | Not tested | Not yet tested Details | 2019-04-30 13:04:09 |
| 1.3.7 | stable | Not tested | Not yet tested Details | 2019-03-05 15:19:48 |
| 1.3.6 | stable | Not tested | Not yet tested Details | 2018-12-21 14:08:32 |
| 1.3.5 | stable | Not tested | Not yet tested Details | 2018-11-12 10:04:59 |
| 1.3.4 | stable | Not tested | Not yet tested Details | 2018-10-05 09:17:39 |
| 1.3.3 | stable | Not tested | Not yet tested Details | 2018-09-07 12:42:23 |
| 1.3.2 | stable | Not tested | Not yet tested Details | 2018-01-25 13:18:49 |
| 1.3.1 | stable | Not tested | Not yet tested Details | 2018-01-10 12:35:55 |
| 1.3.0 | stable | Not tested | Not yet tested Details | 2017-09-29 10:41:03 |
| 1.2.1 | stable | Not tested | Not yet tested Details | 2017-09-29 10:38:04 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2017-06-14 10:20:51 |
| 1.2.0-alpha7 | alpha | Not tested | Not yet tested Details | 2017-05-31 15:16:20 |
| 1.2.0-alpha6 | alpha | Not tested | Not yet tested Details | 2017-04-25 13:00:35 |
| 1.2.0-alpha5 | alpha | Not tested | Not yet tested Details | 2017-04-18 10:53:27 |
| 1.2.0-alpha4 | alpha | Not tested | Not yet tested Details | 2017-04-10 13:22:28 |
| 1.2.0-alpha3 | alpha | Not tested | Not yet tested Details | 2017-03-28 14:01:53 |
| 1.2.0-alpha2 | alpha | Not tested | Not yet tested Details | 2017-03-23 13:40:34 |
| 1.2.0-alpha1 | alpha | Not tested | Not yet tested Details | 2017-03-20 16:50:08 |
Requires 7
| Package | Constraint |
|---|---|
| magento/framework | >=103.0.4 |
| magento/module-contact | >=100.4.4 |
| magento/module-store | >=101.1.4 |
| php | ^8.1 |
| smile/module-map | ^2.1 |
| smile/module-retailer | ^2.0 |
| willdurand/geocoder | ^4.4 |
Requires-dev 1
| Package | Constraint |
|---|---|
| smile/magento2-smilelab-quality-suite | ^3.0 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Warning | 20 | 20 warnings (ruleset: Magento2) — 2 auto-fixable with phpcbf |
| PHPMD | Warning | 2 | 2 rule violations (UnusedFormalParameter:2) |
| Cpd | Warning | 1 | 1 duplicated chunk spanning 11 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 3 | valid; 3 advisory notes (composer validate --strict) |
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from smile
View vendorMagento 2 merchandising and search engine built on ElasticSearch
Smile - Custom Entity Akeneo Module
Extension of Magento2 Sales Rule to provide gifted (free) products with magento/module-sales-rule-staging.
Smile Retailer Offer Inventory
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.