• Resolved jvallejo

    (@jvallejo)


    Hi I add a doubt about the visibility of the next and previous button.

    If the products of the carrusel is more than 4, it’s possible to show the next and previous buttons?

    If there are 4 products or less, hide the buttons

    Thanks and regards!

    • This topic was modified 6 years ago by jvallejo.
Viewing 1 replies (of 1 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello you could use something like the below JS script:

    if (jQuery('.woo-related-products-container ul li').children().length > 4){
    	jQuery('.woo-related-products-container .customNavigation').hide();	
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide or display pagination buttons depending the number of products’ is closed to new replies.