ramusus:reaction-filtration

Reactive filtration of products for Reaction Commerce


License
GPL-3.0
Install
meteor add ramusus:reaction-filtration@=0.0.5

Documentation

Reaction Filtration Build Status

This package lets you do reactive filtration of the products on the index and tag pages in Reaction Commerce

Installation

meteor add ramusus:reaction-filtration

Important Right now Reaction Core doesn't support integration with this package out of the box. It's necessary to do slight changes. I opened this Pull Request to show how to integrate it with latest development 0.12 version of Reaction Core. You can merge it to you local installation. You can check what changes are necessary here.

Screencast

[Filters]()

Features

  • Open filters by link in right-side bar (link visible now only for admins);
  • Show how many filtered products are visible on the page / total on the server;
  • Working both on index and product tag pages;
  • Filtration by title, pageTitle and description (search functionality);
  • Filtration by price using range slider with autocalculated min and max values;
  • Filtration by weight using range slider with autocalculated min and max values;
  • Filtration by tag with autocomplete (only on index page);
  • Filtration by detail using combination name + value;
  • Filtration by visibility (only for admins);
  • All strings supports i18n;

In plans

  • Change URL with filtraion parameters
  • Settings show/hide filters in dashboard

You are welcome to submit any issues or ideas here