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

Hide Price label if price for all products on page are the same?

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.

As you can see, it shows the label, although there is no price range slider:

https://cl.ly/e65026561008

Anyway we can disable it for these pages?

Hello

The filter is hidden because all prices are the same and it makes no sense to filter by price.

 

 

I agree - but can we disable the 'Price' label too?

Hello

Please  drop   exact  link to the  issue  I will  try it ( This is the woocommerce functionality )

 

If you use the paid version of the plugin - Please  paste  a  license  key  here -

done!

Hello

 

Please  add  this  JS  and  clear all cache

var price_el=jQuery('.woof_price_search_container').find('.price_slider_wrapper')
if(price_el.length){
jQuery('.woof_price_search_container').show();
}else{
jQuery('.woof_price_search_container').hide();
}