I have a question about Wix Studio CMS.
Let’s say I have created two pages on my e-commerce site: the 【Clothes List Page】and 【Clothes Detail Page】.
In the Clothes List page, you have displayed “Item List”, “Tag List”, and “Filter (drop-down format)”.
On the 【Clothes Detail Page】, information about the clothes and tags belonging to the items are displayed, and clicking on the tags will take the viewer to the 【Clothes List Page】.
Is it possible to reflect the following information on the 【Clothes List Page】 displayed at this time?
The URL will have a query parameter (?tag= [ tag name ]).
The list of tags that belong to the tag you clicked on in the 【Clothes Detail Page】 is displayed in the 【Clothes List Page】.
The tag clicked on the 【Clothes Detail Page】 will be clicked on the 【Clothes List Page】.
I would like to make the filter (drop-down format) work.
I would be happy to receive your answer. Thank you in advance.