• Hi i want to show more products per page in a category product.
    i use the plugin storefront woocommerce customiser but not working…

    I’ve also tried it with the code:

    // Display 24 products per page. Goes in functions.php
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );

    the only solution was to change the number of posts under Settings>Reading but i dont like to show in my blog 20 post or more…

    can anybody help me?
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue and it started to be yesterday. Trying to add codes but nothing happends.. it seems that template of archive-product it messed because in shop page is not showing footer and “products per page” is not working too..

    When site is in “Configure” mode, everything seems fine, showing 75 prodducts per page, footer is showing too. But in real mode no footer, only 7 products per page.

    I can give my login details, could somebody help me..?

    Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hey Beril,

    If you pop us a message over at WooThemes via our support system we will be happy to take a closer look for you.

    In Woothemes said that not they created this plugin, so they cant help me..

    I just checked that setting locally and it works just fine for me. Do you have any customisations in a child theme? Or any other plugins that might cause a conflict? Try disabling all plugins to be sure.

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Products per page not working’ is closed to new replies.