Hello everone, im currently trying to implement three filters with different options in a page displaying my products.
Said filters would be “color”, “texture” and “size”. My idea is to present all the catalog and based on the filters, only present the products that have those carasteristics. For example: the customer chooses blue, but neither texture or size, then I would only show products marked as “blue”, no matter the size or texture, same as the other two. Is this doable? Is there a better approach to what im doing?