Yan Studio Posted April 12, 2016 Share Posted April 12, 2016 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: http://ygeia-shop.gr/en/6-air-mattresses-decubitus-products The Previous Pagination Arrow is not working only the next is working Please Help Link to comment Share on other sites More sharing options...
erouvier29 Posted April 13, 2016 Share Posted April 13, 2016 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 More sharing options...
Yan Studio Posted April 13, 2016 Author Share Posted April 13, 2016 Hi And Thanks No I did not override i check it, also Line 63 is as you describe any other suggestion? My regards Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now