Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341999
    ansphoto
    Participant

    On my shop page http://thequalitycanvascompany.co.uk/shop/ I cant get the products all on the one page they are splitting them over two

    #1342065
    Rahul
    Moderator

    Hi There,

    Thank you for contacting us 🙂

    Please refer to https://community.theme.co/kb/how-to-setup-woocommerce/ from our Knowledge base. This will give you step by step instructions of configuring a Woocommerce Products Page.

    Let me know if this helps.

    Cheers!

    #1342078
    ansphoto
    Participant

    This doesnt show me how to get all my products on the same page

    #1342113
    Rahul
    Moderator

    Hi there,

    By default WooCommerce will show 12 products per page. Please try adding the following code into your functions.php file.

    I’d advise that you setup a child theme first and then you can add the code into your Child Theme’s functions.php file. This allows you to make code changes that won’t be overwritten when an X update is released.

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

    WooCommerce documentation: (http://docs.woothemes.com/document/change-number-of-products-displayed-per-page/)

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1341999 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>