|
http://magichatpromotions.com/dev/clone/blue-gear/
When I click on “Grid” or “List” it adds #!mode=grid instead of ?mode=grid to the url
http://magichatpromotions.com/dev/clone/blue-gear/#!cat=19&color;=57&mode;=grid
http://magichatpromotions.com/dev/clone/blue-gear/?cat=19&color;=57&mode;=grid
Layered navigation is broken. Take a look at the difference between the above two links.
When I click on “Grid” Magento generates a url with #! instead of ?
If i manually change the url to have “?” instead of “#!” it works fine.
How do I fix it so that clicking on the Grid, List, Sort, Number of Products buttons gives me a url with “?” instead of “#!”
Thanks!!!
Update: I tried switching to the default template. Same thing happens. Also, I tried clearing cache and reindexing everything. Didn’t help.
|