lukosovan
Forum Replies Created
-
Hello @testusertest7.
I think it’s better to do it on js.
Unfortunately, I do not have a ready solution.
You should hire a developer.Hello @techglobe.
Hide empty terms is possible only in the premium version of the plugin.
This options – https://clip2net.com/s/425RHYDForum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Review filterHello @techglobe.
Unfortunately the plugin does not have this function.
But try to use this extension https://products-filter.com/extencion/by-rating/Hello @sybrenjanssen
Maybe you have something that affects the sale price of products, which third-party plugin or your current theme.
Please give me a link to the product at a discount.Hello @one3rdnerd.
I see you are using the paid version of the plugins, please write to premium support.
https://codecanyon.net/item/woof-woocommerce-products-filter/11498469/supportHello @shady.
Unfortunately the plugin does not have this function.
But you can disable the plugin example like this:<?php
add_filter(‘wp_head’,function(){
if(!is_checkout()){
add_filter( ‘option_active_plugins’, ‘luk_option_active_plugins’ );
}
});function luk_option_active_plugins( $plugins ){
$unnecessary_plugins = array();if( !is_checout() ){
$unnecessary_plugins[] = ‘woocommerce-currency-switcher/index.php’;
}foreach ( $unnecessary_plugins as $plugin ) {
$k = array_search( $plugin, $plugins );
if( false !== $k ){
unset( $plugins[$k] );
}
}return $plugins;
}
?>Or without disabling the plugin:
add_filter(‘wp_head’,function(){
if(!is_checkout()){
if(class_exists(‘WOOCS’)){
global $WOOCS;
$WOOCS->reset_currency();
}
}
});Hello @studioartesia.
Welcome:)
Hello Antonio.
Try to use this:
[woof tax_only=’pa_taglie’ price_filter=0 by_only=’none’]Hello @morrismagnets.
To do this, you should use the radio buttons – https://clip2net.com/s/423cG6l or Drop-down.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Pro versionHello @damiancubed2017.
For questions that relate to the premium version, please contact support where this plugin is for sale. Here support only the free version.
Hello -Jack.
Soon, our programmers are working on a new version of the plugin.
I think the release will be next month.Hello @chris2604slvstr.
Welcome.
Hello @logkz.
I’m not sure that the problem is in my plugin,
try to disable the plugin and use the native woocommerce price filter.Hello @nethacar.
Ok, I see you have already solved your problem.
Hello @trnkava.
Please drop me exact link to the issue.
Read this https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/