Hello, @webflow and community!
I have e-commerce site (Webflow + Ecwid) and I’m looking for an answer for my issue:
– is it possible to make filtering functionality for ecommerce site with the generation of new URLs containing the results of filtering on new html pages?
Let’s say that site domain name is https://www.site.ru
I have few categories (= brand names):
– Category1
– Category2
– Category3
–Category(n)
In each category I have products like:
– Product1
– Product2
– Product3
– Product4
– Product5
– Product(n)
Each product have attributes:
– Price
– Attribute1
– Attribute2
– Attribute(n)
Let’s say that all attributes are numbers.
For example Attribute1 has different values like: 1, 2, 3, 4, 5
My ultimate goal is to understand is it possible to make such filtering functionality using Webflow CMS that the user of the site, when using the checkbox (into filter menu)
“show me the results of the filter for Attribute1 with a value 2” will see the results on new page with new URL like:
https://www.site.ru/category/attribute1-value-2
P.S.: I understand that this task should be made using custom code. And I need to know just upper-level implementation algorithm.
Thank you.