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

Products that are not available are displayed

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.

Hello dear team.

I have a problem with the product filter.

I have integrated a slider that selects the products by size.
Unfortunately, the shoes that are not available are also shown.

How and where can I change that.

 

Thank you

Hello

Please activate  this  extension - https://c2n.me/45Vhr1l.png

Check  an option  -  https://c2n.me/45VhAA7.png

Thank you. I find this at the Weekend! Ist es possible to translate."in Stock"

Hello

You  can  use  standard  plugins  to translate  it - https://wordpress.org/plugins/loco-translate/

OR  try  this - https://products-filter.com/hook/woof_ext_custom_title_xxx/

Example:
add_filter( 'woof_ext_custom_title_by_instock' ,'woof_ext_custom_title_ instock');
function  woof_ext_custom_title_ instock ($title){
return" ANY TEXT ";

}