Forums Forums Search & Filter Pro I get the same message “No products found”

Viewing 7 posts - 1 through 7 (of 7 total)
  • Anonymous
    #232639

    I have build the cache on search and filter but I still get the same error.
    I have disabled my caching plugin and cleaned my browser cache.

    My site is ielastika.gr

    Anonymous
    #232640
    This reply has been marked as private.
    Anonymous
    #232642

    This is a working site, and I had to install a coming soon plugin, since all the visitors get the same error no products found.
    Everything was working properly. I use WP ALL IMPORT, I have used this code for updading cache after import

    /**
     * Rebuilds the cache after import from WP Import
     */
    add_action('pmxi_saved_post', 'wp_all_import_post_saved', 1000, 1);
    
    function wp_all_import_post_saved($id) {
        do_action('search_filter_update_post_cache', $id);
    }

    It probably does not do anything.

    Please help me solve this quickly because this is a working site.

    Anonymous
    #232643

    On my search form I use the product category and the product attributes. The plugin fails to search by the attributes.

    Anonymous
    #232644

    I have switched to “StoreFront” theme, did not help.
    Disabled all the plugins, did not help.

    On the Search And Filter > System Status, everything seems to be ok.

    Anonymous
    #232645

    Fixed!!

    Trevor
    #232647

    Thanks for letting me know. I will close this thread for now.

Viewing 7 posts - 1 through 7 (of 7 total)