šŸ’œ
storelocator
  • Overview
  • Installation
    • Setup Module
    • Extension Version Update
  • Config and Usage
    • Module Configuration Admin Site
    • Add Filter Tag’s and Categories
    • Add Storelocator
    • List StoreLocator at frontend page
    • Location Details Page
    • Run cron job to import storelocator items
    • Use couponcode for Lof Followup email
    • Use couponcode for Newsletter
    • How to use on frontend
    • Video Tutorial
    • FAQ
      • How to custom layout xml and template?
      • How to add content over slide image?
      • How to setup sample profile?
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  1. Installation

Setup Module

At now the module just support setup via FTP and run magento 2 commands

The module we provide 2 ways of magento 2 slider installation which was supported by magento 2

1. INSTALLATION FROM COMMAND LINE (RECOMMENDED)

Your magento 2 extension can be installed in a few minutes by going through these following steps:

  • Download/purchase the extension

  • Unzip the file in a temporary directory

  • Upload it to your Magento installation root directory

  • Disable the cache under System->Cache Management

  • Enter the following at the command line in SSH terminal:

  • php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy
  • After opening Stores->Configuration->Advanced->Advanced, the module will be shown in the admin panel

2. MANUAL INSTALLATION

  • Download/purchase the extension

  • Unzip the file in a temporary directory

  • Upload it to your Magento installation root directory

  • Disable the cache under System->Cache Management

  • Edit app/etc/config.php file and three line code: ā€˜Lof_StoreLocator’ => 1

  • Clean the cache under System->Cache Management

  • After opening Stores->Configuration->Advanced->Advanced, the module will be shown in the admin panel

3. UPGRADING DATABASE

If you need to upgrade the database, run the following command line:

php  bin/magento setup:db-schema:upgrade

Congrats! You finished install the extension, now you can go forward!

Video Guide To Install Magento 2 Store Locator Extension

Now your site will have a page name ā€œLof StoreLocatorā€ with link same http://demo4coder.com/dev/storelocator/

PreviousOverviewNextExtension Version Update

Last updated 2 years ago