We would like to know how to increase the number of products showed in default. At the moment it shows 15 products and we would like to know how to amend this to our desired number.
To increase the number of products of a shop page go to Appearance-> Theme option-> Ecoomerce-> Product Category and set as suggested below. http://prntscr.com/ngzx5p
Hey Support,
We would like to know how to increase the number of products showed in default. At the moment it shows 15 products and we would like to know how to amend this to our desired number.
Thanks,
DS
Hi Pavlos !
To increase the number of products of a shop page go to Appearance-> Theme option-> Ecoomerce-> Product Category and set as suggested below.
http://prntscr.com/ngzx5p
thank you
Hey Support,
Thanks for this. How can i have the option to choose 15 / 50 / 100 / all from a dropdown menu?
Thanks,
DS
Hi Pavlos !
Please use this plugin
https://wordpress.org/plugins/woocommerce-products-per-page/
and set those numbers, you get the options you want
thank you
Hey Kevin,
Please see my attachment. I've added this plugin but the dropdown is not located next to the 'Sort By' dropdown.
How can i move it there?
Thanks,
PD
Hi Pavlos!
add the following css attribute to the style.css file (Appearance-> Editor-> style.css)
form.form-wppp-select.products-per-page {
display: inline-block;
width: auto !important;
margin-top: 5px;
}
to align it
thank you
Hey Kevin,
I did this and nothing happened. Nothing changed. Might it be that i need to add this to both Appa Child and Appa theme?
All good, everything working fine. Thanks Kevin
thank you, Glad to help you