Hello everyone, I am currently building a website on Wix Website editor for research purposes. I have some filters on the website based on the category of the product. Clicking on the filters changes the URL of the website. I would like to change it so that clicking or using the filters does not change the current URL of the website. For example, this is the URL of my website when loaded:
https://my_name.wixsite.com/chewy-clone/category/all-products
This is the URL once I click on a particular filter:
https://my_name.wixsite.com/chewy-clone/category/all-products?Product+type=All%2520Breeds
I would like the URL to be https://my_name.wixsite.com/chewy-clone/category/all-products regardless of which filter I click on.
I have tried to change it on developer mode but I was unable to retrieve the id of the filter section. So, I did not have any success there.