Hi guy. Im trying to sort my products in the shop using eCommerce categories. I'm using url (like:shop/category/name_of_category) to sort products. But it only works for one category.
Is it possible to sort multiple categories?
For example:
product1.eCommerce_category=1
product2.eCommerce_category=2
Url should be something like: shop/category/1&2 in order to see both products.
Thanks for all answers.