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

Filter doesn't work when on page 2, 3, etc

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.

Hi,

The filter works well if I don't switch page. If I go to page 2 for example, then use the filter, it doesn't work anymore. It only filters the products on page 2 and not the whole site.

Can you please help. We don't have ajax enabled.

Thank you

 

Hello

Please update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato

Update all cache and do a test

Hi,

I updated to the latest version 3.3.6.2 and it still has the same problem.

Please advise.

Thank you

Please try in file - woocommerce-products-filter\ext\url_request\js\url_parser.js - add this code: https://share.pluginus.net/image/i20240820124729.png

    //remove pagination
    let all_vars = new URLSearchParams(vars);
    if (all_vars.has('product-page')) {
        all_vars.delete('product-page');
vars ="?" + all_vars;
    }
Clear all cache and do a test

Hi,

Thank you so much it works!

Do we have to always add this code each time we update the plugin?

Thank you

Hello

This will be included in the new version of the plugin.

Welcome;)