Hello,
I have been working on a project on BigCommerce where we used the following plugin to combine attribute values is faceted search.
https://www.freshclick.co.uk/bigcommerce-category-filter-faceted-search.php
What the plugin does is give you the option to "combine" attribute values in the faceted search like so.
Say you have the following color attributes:
- light green
- army green
- evergreen
- dark green
This module gives you the option to "combine these attributes into one" but only in the faceted search. So they will appear as green in the faceted search. But if you navigate to one of these green products, you will see the original attribute name ie. evergreen.
As they explain themseves:
QuoteMany manufactures label their colors differently, this can cause issues when trying to filter as the colors will not be grouped. Heres where our value replacer comes in. You can replace your Custom field or Product Option values directly in our app to merge the colors together so create a seamless experience for the customer.
.
Does anyone know of a Prestashop module or service that can do this exact thing?