Jump to content

Prestashop don't load file "serialScroll.js"


Yan Studio

Recommended Posts

Hi Prestashop Team I Need Your Help

My Prestashop don't load file "serialScroll.js" as a result pagination is not working the file is there but for some reason is not working

prestashop in a clean install (no updates) the only thing that i done is to install the theme

 

The Link to see the problem is:


The Previous Pagination Arrow is not working only the next is working

Please Help

Link to comment
Share on other sites

serialScroll.js is normally loaded from some controllers, especially CategoryController in your case.
Check in file /controllers/front/CategoryController.php, function setMedia (line 63 if PS 1.6.1.4), you should have something like:
            $this->addJqueryPlugin(array('scrollTo', 'serialScroll'));

Maybe did you change or override (with /override/controllers/front/CategoryController.php) that file?

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...