• Resolved evilfx

    (@evilfx)


    Hi, when i filter a product by name it works for the 1st page, when i click the 2nd page, it resets the filter and shows all the products again.

    Help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Please try to add in functions.php

    add_filter('woobe_storage_type', function($type) {
        return 'session';//session, transient
    });
    Thread Starter evilfx

    (@evilfx)

    Thanks!

    • This reply was modified 4 years ago by evilfx.
    Plugin Support mediawebster

    (@mediawebster)

    Welcome;)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Filter not working’ is closed to new replies.