I have a problem when I select a layered navigation and I try to switch to the next page...
my pager link to an url like that http://www.examplesite.com/category.html#%21___SID=U&manufacturer=102&p=2 but it's disabling layered nav.
I guess Right url should be: http://www.examplesite.com/category.html?manufacturer=102&p=2 (this one is working right)
I checked toolbar.phtml, pager.phtml but I dont know why is displaying "#%21__...." instead of "?"
What file I should edit?
Thanks in advance