Table of Contents

Magento 2 Store Locator Extension

Extension context

This is a Toweringmedia Magento 2 extension guide in the Store Operations category. Use this page for location setup, schedules, blackout dates, and add-on integrations.

Overview

Store Locator is the foundation module for location-aware fulfillment. It manages store locations, schedules, and blackout dates, and provides shared location data used by pickup and delivery add-ons.

Core capabilities:

Installation

cd /path/to/magento
composer require toweringmedia/module-store-locator:<VERSION>
php -d memory_limit=-1 bin/magento setup:upgrade
php -d memory_limit=-1 bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Versioning notes

Configuration

Primary admin areas:

Recommended setup order:

  1. Add location records with complete address and contact data.
  2. Configure pickup and delivery schedules per location.
  3. Configure blackout dates.
  4. Configure Google Maps API key/settings if using map and distance features.
  5. Validate location visibility in dependent modules.

Validation checklist

Troubleshooting