Skip to content

homecoded/PriceSlider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PriceSlider

A simple price slider extension for Magento 2

This is a fork of Space48/PriceSlider, which is not well maintained and is not compatible with M2 2.4. This fork contains some improvements:

  • handles of slider do not move out of the slider background anymore
  • colors are adjustable via backend

Install

Manually

To install this module copy the code from this repo to app/code/Space48/PriceSlider folder of your Magento 2 instance, then you need to run php bin/magento setup:upgrade

Via composer:

From the terminal execute que following:

composer config repositories.space48-price-slider vcs git@github.com:Space48/PriceSlider.git

then

composer require "homecoded/priceslider:{module-version}"

Known issues

When Mysql engine is used for search and catalog - applying Price filter (by dragging slider) will reset min/max price values to the filter values. Using Elasticsearch as search engine does not have this issue.

About

A simple price slider extension for Magento 2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 73.7%
  • JavaScript 18.3%
  • HTML 6.6%
  • Less 1.4%