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

[woof_found_count] returns the figure, but only at the bottom of the page...

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,

Everything's in the title : I inserted the shortcode [woof_found_count] in a page to get the total number of results. And it seems it gets the correct figure only if I insert it at the bottom of the page, and not at the top...

The code of my WP page is :

[woof_front_builder name=”My test filter form” ][woof_found_count][woof_products orderby=serie order=asc display_on_search=1][woof_found_count]

The URL for this page is (for instance) : http://archivesfranciscaines.fr.aditelsoft.com/recherche-archives/req2/product_cat-b/

You'll see that we get"Nombre de documents trouvés : 1" at the top of the page (before the results) and"Nombre de documents trouvés : 790" at the bottom of the page (after the results).

I tried to insert the function you described in some answers to other users ("add_filter('woof_print_content_before_search_form', function($content) (...)"), but it doesn't work : it also shows 1 result found...

Thanks for your help.

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and  wp-admin access - https://share.pluginus.net/image/i20230222134615.png

Hello,

I specified them yesterday, I don't know why they don't appear this morning...

Anyway, I just gave them again right now.

Ok!

Please add in functions.php:

add_action('woocommerce_before_shop_loop', function(){

echo do_shortcode('[woof_found_count]');

}, 9999999);

It's working fine.

Thanks !

Great! Welcome;)