Tagged: x
-
AuthorPosts
-
January 23, 2017 at 1:38 pm #1341999
ansphotoParticipantOn my shop page http://thequalitycanvascompany.co.uk/shop/ I cant get the products all on the one page they are splitting them over two
January 23, 2017 at 2:30 pm #1342065
RahulModeratorHi 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!
January 23, 2017 at 2:38 pm #1342078
ansphotoParticipantThis doesnt show me how to get all my products on the same page
January 23, 2017 at 3:12 pm #1342113
RahulModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1341999 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
