dnn 5.6.3, SC 4.52
I have the category module running alongside the buynow module
my store page is store.aspx
I have html links in the footer of my page, like href=/store.aspx?categoryid=4
If I navigate in a new browser session to a page via the html link, the module filters correctly.
However, the minute I click on a link on the category module, and then try and go to another category via the html link, the filtering doesn't work anymore. Alternatively, if I click on a menu item in the category module first, and then try and navigate using the text link, it also doesn't work.
So something in the category module is preventing the buynow module from filtering after an item in the category module has been clicked.
Any idea why?