Jump to content

[SOLVED] Product Categories Arrows not working


Recommended Posts

I have Prestashop version 1.2.5 and have installed the Product Categories module but the arrows either side do not work, it says 'next' and 'previous' when hovering over them but nothing happens when you click on them. Is there a way of fixing this please?

 

Thank you.

Brenda

Link to comment
Share on other sites

They work on this category:

http://www.ukcraftstore.com/product.php?id_product=1569

 

They don't work on this category:

http://www.ukcraftstore.com/product.php?id_product=457

 

They are situated at each end of the row of items in the same category which appears underneath the product selected as above. In some categories they work and in others they don't. Before I enabled Friendly URL's they didn't work on any category.

 

Thanks

Link to comment
Share on other sites

Thank you for your help.

 

This is a Prestashop module which came with version 1.2.5. However, I have now solved it - I put the error message in google and searched because I have no idea what that meant and it came up with a link to a Prestashop forum topic in Italian. I translated it with Bing and have now corrected the javascript file in the module so everything is now working perfectly.

 

For anyone else with this problem replace line 7 of the productscategory.js with the following:

 

$('#productscategory_scroll_right').css('cursor', position + pc_serialScrollNbImagesDisplayed == pc_serialScrollNbImages ? 'default' : 'pointer' ).fadeTo(500 , position + pc_serialScrollNbImagesDisplayed == pc_serialScrollNbImages ? 0.2 : 1);

 

I hope this helps anyone who is having a problem with it.

 

Brenda

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...