PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

WOOF Product Category Filter Change Product Per page limit

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Can you please let us know how we can remove the pagination after category filter or if you can let us know how we can increase post per page limit show after category filer  ? This is urgent!

Hello

Plugin manages pagination only in ajax mode

Remove pagination for search results: use woocommerce hooks that pass arguments to wp_query( woocommerce_product_query, woocommerce_shortcode_products_query ).  Check if there is a request for a category in  tax_query  and  change  per_page ('nopaging' => true)

We can use this action for remove pagination. pagination are removed but after category filter product per page show only 10 . can you please advice how i can increase the limit of products per page.

remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );

 

We have also use YITH Infinite Scrolling Plugin as per your documentation follow but after loader product not fetch or append . it's not working properly. can you please help me . It's too urgent. 

Hello

oK! If   you  use  ajax OR shortcode [woof_products] - https://share.pluginus.net/image/i20230120094829.png

Drop me exact link to the issue