discxpress Posted July 27, 2015 Share Posted July 27, 2015 @@burt or anyone who can assist. When clicking on grid/list view buttons, the visitor is returned to the index page. This store has been modded but not sure if any tweaking has been done to product listing module. Please advise of what I need to check. Thanks for reading. Link to comment Share on other sites More sharing options...
Hotclutch Posted July 27, 2015 Share Posted July 27, 2015 @@discxpress There's something not right with your URLs. Which URL module you using? Try resetting the cache on it. Link to comment Share on other sites More sharing options...
Hotclutch Posted July 27, 2015 Share Posted July 27, 2015 You can also try reinstalling the ht module from admin. I have seen this before, but can't recall the solution, it was something small. Link to comment Share on other sites More sharing options...
discxpress Posted July 27, 2015 Author Share Posted July 27, 2015 @@Hotclutch I'm using Ultimate SEO Urls. I've reset the Cache as you suggested. BTW, what do you think is wrong with the urls? Link to comment Share on other sites More sharing options...
Hotclutch Posted July 27, 2015 Share Posted July 27, 2015 @discexpress check your manufacturer URLs. Link to comment Share on other sites More sharing options...
Hotclutch Posted August 8, 2015 Share Posted August 8, 2015 @@burt or anyone who can assist. When clicking on grid/list view buttons, the visitor is returned to the index page. This store has been modded but not sure if any tweaking has been done to product listing module. Please advise of what I need to check. Thanks for reading. @@discxpress You are missing, or have removed <script src="ext/jquery/jquery-1.11.1.min.js"></script> from template top, try putting it back, and see if the grid list function works then. Link to comment Share on other sites More sharing options...
discxpress Posted August 8, 2015 Author Share Posted August 8, 2015 @@Hotclutch Thanks. That did the trick. I can't remember why it had been removed. Link to comment Share on other sites More sharing options...
♥John W Posted August 12, 2015 Share Posted August 12, 2015 If you have added any javascript like additional jquery it can cause this exact problem. I've done it myself. I'm not really a dog. Link to comment Share on other sites More sharing options...
fleeced Posted February 26, 2018 Share Posted February 26, 2018 Just a note for others who may have this issue at some point. I had <?php echo $oscTemplate->getBlocks('footer_scripts'); ?> missing from template_bottom.php Not sure why but that fixed it for me, the joy of having used GIT when developing helped me find the difference Link to comment Share on other sites More sharing options...
♥John W Posted February 26, 2018 Share Posted February 26, 2018 The most likely reason that fixed it for you, is that the script is set to be called in footer_scripts. The other option is for it to be called in header, but it's better to delay any script you can to footer. Some scripts need to be in header though, or the page doesn't load correctly. I'm not really a dog. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.