Skip to content

AmyyD/magento2-layerednav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magento2-layerednav

Navigation Layered Ajax

rerequisites

Before you continue, ensure you meet the following requirements:

  • You have installed magento2
  • You are using a Linux or Mac OS machine. Windows is not currently supported. Install magento2-instagram extension

Step 1 : Download Magento 2 Layered Navigation Extension

Install via composer (recommend)

Run the following commands in Magento 2 root folder:

composer require magepow/layerednav
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Install manual

  • extract file from archive
  • deploy file into Magento2 folder app/code/Magepow/Layerednav. Run following commands
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Step 2: User guide

1. General configuration

Login to magento admin, choose stores->configuration->magepow->layered ajax

Image of magento admin config

Select yes to enable the module

2. Details Configuration

In stores->configuration->magepow->layered ajax we set:

  • Use range price slider : Select yes to enable the price range and no to turn to the price of magento default.
  • Show all filters : Select yes to show the filter of all the options and no to disable the feature

Run the following command:

php bin/magento cache:clean

3. Result

Image of magento store front

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Free Extensions List

Premium Extensions List

Featured Magento Themes

Featured Magento Services

Latest Stable Version Total Downloads

About

Navigation Layered Ajax

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 56.2%
  • JavaScript 24.8%
  • HTML 18.4%
  • Less 0.6%