Which plugin can do this?

nimdekvan

Regular Member
Joined
Jun 3, 2015
Messages
446
Reaction score
168
I want a plugin which can filter the products by its attribute.
However, I don't want this to be a woocommerce page, so please don't suggest woocommerce plugins.

Say, if I have 5 features of products in total.
Feature1
Feature2
Feature3
Feature4
Feature5

If I ticked Feature1,4,5 then only the products that have Feature1,4,5 combined together will appear.
Suggestion please.
 
can't you use wordpress out of the box own category capability? create categories, which is features in your case, and then what ever category user selects it provides the corresponding mapped product or blog post
 
can't you use wordpress out of the box own category capability? create categories, which is features in your case, and then what ever category user selects it provides the corresponding mapped product or blog post

Sorry, maybe I'm not clear.
I mean like multiple checkboxes for features.

Example : mobile phones.

feature1: 4K screen
feature2: More than 8Gb ram
feature3: 5G supported
feature4: Micro SD card supported
feature5: Battery more than 3000 mAh

If I selected 1 and 3 and 5 then only mobiles with 4K screen & 5G supported & more than 3000 mAh will appear on the same page instantly.
 
Sorry, maybe I'm not clear.
I mean like multiple checkboxes for features.

Example : mobile phones.

feature1: 4K screen
feature2: More than 8Gb ram
feature3: 5G supported
feature4: Micro SD card supported
feature5: Battery more than 3000 mAh

If I selected 1 and 3 and 5 then only mobiles with 4K screen & 5G supported & more than 3000 mAh will appear on the same page instantly.
I belive you need a custome built or a modification to existing plugin, this cant be done really out of the box unless the feauters are not in tags or category, i wouldnt throw the job at anyone since we’ve been working on something like this (on a site with 150.000 products) and if you dont know how to manage the data you will choke the server and overall your page speed and you are well aware how much that can cost you!
 
I belive you need a custome built or a modification to existing plugin, this cant be done really out of the box unless the feauters are not in tags or category, i wouldnt throw the job at anyone since we’ve been working on something like this (on a site with 150.000 products) and if you dont know how to manage the data you will choke the server and overall your page speed and you are well aware how much that can cost you!

I will only have around 50 products on that page. With this i think i dont need a custom plugin?
 
I have been searching for a similar plugin for a while. But most such websites are using custom solutions.
The closest I could find is a plugin called "Search and filter pro."
If you find a better solution, please update here.
 
Back
Top