yacms / magento2-price-slider

Price Slider for Category Page:Magento2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magento2-price-slider

Features:

  • Price Slider on Category List Page
  • No Additional jQuery/jQuery-ui

Composer Installation Instructions

Add GIT Repository to composer
composer config repositories.emizentech-magento2-price-slider vcs https://github.com/emizentech/magento2-price-slider/

Since this package is in a development stage, you will need to change the minimum-stability as well to the composer.json file: -

"minimum-stability": "dev",

After that, need to install this module as follows:

  composer require magento/magento-composer-installer
  composer require emizentech/priceslider

Mannual Installation Instructions

go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/Emizentech/Priceslider you can also create by following command:
cd /Magento2Project
mkdir app/code/Emizentech
mkdir app/code/Emizentech/Priceslider

Enable Emizentech/Priceslider Module

to Enable this module you need to follow these steps:
  • Enable the Module
    bin/magento module:enable Emizentech_Priceslider
  • Run Upgrade Setup
    bin/magento setup:upgrade
  • Re-Compile (in-case you have compilation enabled)
    bin/magento setup:di:compile

About

Price Slider for Category Page:Magento2


Languages

Language:HTML 80.9%Language:PHP 19.1%