
YandexMapsLocator
Yandex Maps store locator for MODX 3. Free: map and search. Pro: open now, MiniShop3, CSV, and REST


Free: map, list, search, geolocation. Pro on the same UI adds open-now status (badges and filter), MiniShop3 product pickup on the product page, CSV in the manager, and REST. Table: Free and Pro.
yandexmapslocator_api_key set?parents correct?latitude / longitude filled in?context parameter and allowed_contexts?Free search.php | Pro api.php | |
|---|---|---|
| Same-origin locator AJAX | yes | optional |
CORS / Bearer / fields | no | yes |
| Headless | no | yes |
yandexmapslocator_timezone match the network?{'!YandexMapsLocator' | snippet : [
'parents' => 42,
'filters' => 'working_now'
]}
{'!YandexMapsLocator' | snippet : [
'parents' => 42,
'productId' => $_modx->resource.id,
'filters' => 'minishop_product'
]}[[!YandexMapsLocator? &parents=`42` &filters=`working_now`]]
[[!YandexMapsLocator?
&parents=`42`
&productId=`[[*id]]`
&filters=`minishop_product`
]]More variants: snippet.
Export uses context yandexmapslocator_default_context (default web), not the manager context.
Add provider modstore.pro in the Installer.
Requires Pro, TV ms3_product_id on locations, and filters=minishop_product. Without Pro the parameter is reset.