
- MODX 3
- PHP 8.2


Store network locator on Yandex Maps for MODX Revolution 3. A location is a published resource with TVs: address, coordinates, phone, working hours. On the site you get a list, map, address search, geolocation, and distance sorting.
Two packages, one docs set. Free is the locator core. Pro installs on top of Free and extends the same UI, plus CSV in the manager and REST. Pro does not duplicate the snippet or chunks.
| Free | Pro | |
|---|---|---|
| Map, list, search, geolocation | yes | yes |
Categories, return=chunks/data/json | yes | yes |
search.php (same-site AJAX) | yes | fallback when REST is off |
| "Open now" filter, badges, TZ per location | - | yes |
| amenity / brand filters | - | yes |
| MiniShop3: "pick up product here" map | - | yes |
| CSV, bulk geocode in CMP | - | yes |
REST API v1 (locations, geocode, meta) | - | yes |
Details: Free and Pro.
YandexMapsLocator snippet: list, map, search formdistancereturn modes: HTML, placeholders, JSONcontext parameter, allowlist in settingsOn the same locator:
working_now filter, "Open" / "Closed" badges, "Open only" buttonis_open_now, status_hint, closes_at, next_open_at, working_hours_scheduleyandexmaps_timezone) or network yandexmapslocator_timezoneamenity / brand filtersproductId + ms3_product_ids / ms3_product_id)In the manager: CSV, bulk geocode, schedule preview.
For Nuxt, Next, and other clients: REST v1 (locations, geocode, meta) with CORS and Bearer.
Sections: What Pro adds.
| Requirement | Version |
|---|---|
| MODX Revolution | 3.0+ |
| PHP | 8.2-8.4 |
| MySQL / MariaDB | InnoDB |
| pdoTools | Fenom chunks |
| Yandex Maps API key | JS API and HTTP Geocoder |
Pro 1.1.0-pl2 requires Free ≥ 1.0.0-pl7 (yandexmapslocator >=1.0.0-pl7 <2.0.0). Matrix: Free and Pro.
yandexmapslocator_api_key.Package: modstore.pro.
yandexmapslocator_timezone for the network (for "open now").api_token, CORS, CSV in Components → YandexMapsLocator Pro.Pro package: modstore.pro.
| Section | Description |
|---|---|
| Quick start | Key, locations, snippet |
| Free and Pro | Feature matrix |
| Snippet | Parameters and examples |
| Pro | REST, CSV, MiniShop3, open now |
| FAQ | Common errors |