softwareforsapiens / magento2-locations
Magento 2 Store Locations Module
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- magento/framework: 100.0.*|100.1.*|101.0.*|102.0.*
- magento/module-backend: 100.0.*|100.1.*|100.2.*|101.0.*
This package is auto-updated.
Last update: 2025-06-10 06:23:58 UTC
README
A Magento 2 extension built to help customers find different store locations fast and easily.
Install with Composer (recommended)
- Include the repository:
composer require softwareforsapiens/magento2-locations
- Enable the extension:
php bin/magento --clear-static-content module:enable SFS_CountdownBanners
- Upgrade db schema:
php bin/magento setup:upgrade
- Clear cache
Install without Composer
- Download ZIP file of this extension
- Place all the files of the extension in you Magento 2 installation folder under
app/code/SFS/CountdownBanners
- Enable the extension:
php bin/magento --clear-static-content module:enable SFS_CountdownBanners
- Upgrade db schema:
php bin/magento setup:upgrade
- Clear cache
Configuration
-
Create new store locations in the admin panel under “Stores” > “Settings” > “Store Locations”
-
Store locations will appear on the front-end route /stores
-
You can enable and disable integration with Google Maps API to allow searching for nearest stores by location. A valid Google Maps API key is required, which you can obtain here:
https://developers.google.com/maps/documentation/javascript/get-api-key