Hi,
1. if you are using a shortcode to display the products, you can set the limit of products in that shortcode, see https://docs.woocommerce.com/document/woocommerce-shortcodes/
e.g.
[recent_products per_page="4" order="asc"]
will show 4 products.
2. If you are using a Woocommerce “shop” page, you can add a filter to change the number of products: https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/
3. In some cases, WordPress themes developed for Woocommerce specifically will have an option in the WP Customizer section.
Note, for specific and probably better Woocommerce support, you might want search the woocommerce support forum: https://www.ads-software.com/support/plugin/woocommerce/ or post a new topic is that forum.
Also note that you site won’t load in my browser (Firefox), with a warning “Warning: Potential Security Risk Ahead”. This may be due to development activities, but may also need your attention.
-
This reply was modified 5 years, 2 months ago by ronaldvw. Reason: typo