When the Reset Filter is clicked it ignores the dynamic page dataset filter and displays all products. What am I doing wrong?
Make sure that you read the Wix API Reference as it states the reason why in the setFilter function notes.
https://www.wix.com/corvid/reference/wix-dataset.DynamicDataset.html#setFilter
Setting a dataset’s filter overrides existing filters that were previously set using the setFilter() function or using the Dataset Settings panel in the Editor.
Right, Givemeawhisky. Where can I find the solution to this?