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

dev-master 2020-03-09 18:23 UTC

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