Forums › Forums › Search & Filter Pro › I get the same message “No products found”
- This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago by
Trevor.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Anonymous(Private) January 30, 2020 at 6:59 pm #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.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)