• Resolved vgeli

    (@vgeli)


    Hi, first of all, thanks for the nice plugin 🙂 I am comparing several filter plugins for my best fit to my needs especially before considering to purchase. Re. your filter, I am struggeling in resetting the “No products were found matching your selection.” result. It only goes away after I have refreshed the page, eventhough I tried with your reset button. Anything, I overlook? Thanks alot, Mike

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author annastaa

    (@annastaa)

    Hello Mike,

    I see what you are trying to do, but am afraid there are bound to be conflicts and problems in a setup where so many filtering plugins are working simultaneously! To truly test each plugin, you should at least activate them one at a time.

    If you like, you can test our plugin on a standalone page. Here’s how you can do that:

    1. Create a test page (Pages > Add new)

    2. Create new “Custom HTML” block, and type in

    [annasta_filters preset_id=1]
    [products columns="6" paginate=true limit="12"]

    Publish the page.

    3. Go to annasta Filters > Plugin settings and select the newly created page in Shortcodes pages dropdown. Save the settings.

    4. Now go to the test page and test your filters.

    Please let me know if you encounter any filtering problems with the above-mentioned setup.

    Thread Starter vgeli

    (@vgeli)

    hey, many thanks for the swift answer. Indeed, I created a seperate page and it works fine 🙂 By the way, the “No products were found matching your selection”, can it be customized with your plugin?
    I will definitely dig into your documentation. Re. pro, is it correct that its for 1 site “lifetime” updates and support?
    Cheers, Mike

    Plugin Author annastaa

    (@annastaa)

    Hello again Mike,

    Glad to hear that the complication with filters testing has been resolved!

    As for the “No products were found matching your selection” message customization, we actually use the built-in WooCommerce function for this one. If you have a child theme, you could simply override it in its functions.php by adding something like (include internationalization if needed):

    if ( ! function_exists( 'wc_no_products_found' ) ) {
    
    	/**
    	 * Handles the loop when no products were found/no product exist.
    	 */
    	function wc_no_products_found() {
    	  echo '<p class="woocommerce-info">Your custom message here</p>';
    	}
    }

    And finally, you are absolutely correct, the current premium version price is for 1 site and includes any future updates and support via e-mail.

    Thread Starter vgeli

    (@vgeli)

    cool, thanks so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not resetting “No products found”’ is closed to new replies.