Code

Discussion on HUSKY - WooCommerce Products Filter Professional [WOOF Filter]

Discussion on HUSKY - WooCommerce Products Filter Professional [WOOF Filter]

Cart 16,835 sales
Recently Updated

realmag777 supports this item

Supported

This author's response time can be up to 1 business day.

2797 comments found.

How can I make a product tag appears only for a certain category? Example: I have 2 tags, new and old serving only for the clothing category and they should not appear for the Courses category.

Hello

Looks like you are using not standard routing, so the plugin cat understand that page presents category OR you not enabled dynamic recount in the plugin settings: http://www.woocommerce-filter.com/documentation/#!/section_2 + hint for any way Do it by CSS: body.term-12 .woof_container_product_tag{ display: none; }

It worked. I enabled dynamic recount. Thanks.

Great, Welcome …

Hello!

I am currently trying the free version, and I am wondering if there is a way to enable AND operations instead of OR?

It seems like it does not work for categories. Is this something available in the paid version?

No, condition management possible with this shortcode only: http://www.woocommerce-filter.com/documentation/#!/section_3

For products it can be used attribute ‘taxonomies=product_cat:9’

Hi! I have a presale question. I have various products with filled woocomerce’s default dimension fileds (height, width, lenght). I need to create a Range filter that will let me to filter products, based on lenght field only. Working scenario: a user changes range filter in a sidebar and set from/to range of a lenght. Products list updates accordignly. Can your plugin do that?

Hello

Now WOOF doesn work with meta data, BUT you can try such scenario with this plugin: http://wp-filter.com/ -> http://wp-filter.com/create-simple-car-dealer-site-scratch-powerful-ajax-search/ -> demo: http://cars.wordpress-filter.com/

Hi there,

Great plugin! Is there a way to exclude certain categories? For example, there are two categories that I don’t want users to be able to access directly and need them to not show up in the category filter.

Thanks Patrick

Hello Patrick

You can hide that terms in search form only:
  • wp-admin/admin.php?page=wc-settings&tab=woof
  • http://clip2net.com/s/3uGM3ik – use textinput on the screen on the first tab of the plugins settings …

Can you use Woof Woocommerce Products Filter on different sites? Can you use the license you buy with $24 use unlimited times?

Hello. 24$ is only one site licence, buy please dev-licence for multi using …

What is a “Heirarchy Dropdown” ?

How does it work ?

How do we set it up ?

Is it similar to a “conditional logic” dropdown ?

I tried the heirarchy dropdown, but it did not work.

Can you make a video tutorial in the future ?

Hello Anthony

If you need it I can do it on your site, just write me PM please. And of course, I am preparing set of short videos about WOOF in the manner as here: http://tutsplus.com/ , but of course they will be here http://woocommerce-filter.com

Thanks RealMag,

I will PM you later tomorrow.

When will the next update be released ?

And what will the pending fixes / features be ?

Hello Anthony

I will write you about it in PM

Thanks

Hello RealMag.

The color swatches are not in the correct order within the WOOF plugin or on the front-end of the Shop page

I coordinated these colors from within the ” WooCommerce – > Products – > Attributes – > Colors ” area of the admin .

I also cannot cannot coordinate the order of the colors within the WOOF plugin. It appears as is WOOF coordinate the swatches by their name. So “black ” is the 1st color while “Yellow” is the very last color.

==============

In earlier versions of WOOF my colors were coordinated based on how I drag-and-dropped them within the ” WooCommerce – > Products – > Attributes – > Colors ” area of the admin .

RESOLVED

This plugin works, it’s supported and is super powerful !!!

Please add this to your support page at..

http://www.woocommerce-filter.com/created-product-attributes-are-in-alphabetical-order-instead-of-in-the-way-i-drag-and-dropped-them/

================

Use the “Custom Taxonomy Order NE” plugin


https://wordpress.org/plugins/custom-taxonomy-order-ne/

https://wordpress.org/plugins/custom-taxonomy-order-ne/faq/

1) Can we have empty filters such as categories, attributes appear without a product being added?

2) Is it possible to use your plugin in a way that would allow customers to search based on location?

1) Yes: http://www.woocommerce-filter.com/documentation/#!/section_3_1 – by shortcode

2) Only that location is realized as taxonomy

You can try free version of WOOF: https://wordpress.org/plugins/woocommerce-products-filter/

Thanks. I have been testing and will be moving to paid soon.

Another question: When we link directly to a product category we find that this filter for product categories disappears in the widget. How can this still be shown?

Hello

If you have enabled dynamic recount+hide empty terms – in such case if category of current category-page has no childs they will be hidden … Set no to ‘Hide empty terms’ in the plugin settings

Filter always show variants with more than zero products …

Hi, i purchased your plugin, but i have a problem: the first search with the filter takes a lot of time (over 2 minutes), while the second ones is very fast. What’s the problem? Thank you!

Hello

I hope you tested the plugin before bought it. Try realize this please: http://www.woocommerce-filter.com/searching-is-slow/

For reasons un-known, my “Price Range” filter is not working.

I press the “Filter” button and noting happens.

I even DE-activated all my other plugins.

I sent you a link to my website via your CodeCanyon profile page.

Thanks for the assist.

BUT….

Now I am having the same issue on a different website.

I even DE-activated all my plugins.

Need help on this other website

:(

FYI – The Price Filter as a “Dropdown” works, but NOT the “Woo Range-Slider”.

RESOLVED

I used the plugin ( v.2.1.3.4.3 ) that you used to fix the other website copied it into this one .

I then went to “Extensions” and activated “Slider”.

Now it works.

Thanks.

Great, thank you for cooperation …

Hello,

Kindly help me suggest what to do, as filter search options appears twice as shown in the link:- http://prntscr.com/a3f1aw Thanks.

Hello

Try to disable chosen js lib in the plugin settings: tab Options -> Use chosen -> set No

If will not help – try to deactivate all plugins except woof+woo – maybe its plugin conflict – but I have not even idea what kind of conflict it can be to double elements in filter + You can send me wp-admin access in PM http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support – really interesting artifact ;)

Hi there, quick simple question- Where do I change the currency position in the ion rangeslider The woorange slider has it on the correct side £1 but the ion rangeslider defaults to 1£. Many thanks.

Many thanks.

Welcome …

Hello

Just made fix for next version: * open wp-content\plugins\woocommerce-products-filter\views\shortcodes\woof_price_filter_slider.php * on the same bottom of the file find code $slider_prefix = ''; $slider_postfix = get_woocommerce_currency_symbol(); and replace it to code: $slider_prefix = ''; $slider_postfix = ''; if (class_exists('WOOCS')) { global $WOOCS; $currencies = $WOOCS->get_currencies(); $currency_pos = 'left'; if (isset($currencies[$WOOCS->current_currency])) { $currency_pos = $currencies[$WOOCS->current_currency]['position']; } } else { $currency_pos = get_option('woocommerce_currency_pos'); } switch ($currency_pos) { case 'left': $slider_prefix = get_woocommerce_currency_symbol(); break; case 'left_space': $slider_prefix = get_woocommerce_currency_symbol() . ' '; break; case 'right': $slider_postfix = get_woocommerce_currency_symbol(); break; case 'right_space': $slider_postfix = ' ' . get_woocommerce_currency_symbol(); break; default: break; }

Thank you for great products. MDF and WOOF. I recommend to all.

Thank you ;)

Hi, Pre Purchase question… How many sub-category levels does this plugin support? I have lots of subcategories I need to filter i.e.

I have 4 levels of categories – Manufacturer / Range / Model / Part for example.

i.e. Ford / Mustang / 2015 / Headlight

Hi I am trying the free version. Is there a way to have the shop only display items if the item matches ALL of the selected categories, rather than ANY?

Also is there a way to have the categories automatically expand when the box is checked?

Is there a way to have the shop only display items if the item matches ALL of the selected categories, rather than ANY? – not understood. Shop page always shows all products. Describe it by links

expand – it can be expanded by green button as on the demo http://www.demo.woocommerce-filter.com/

http://www.woocommerce-filter.com/documentation/

I’ve tried to update to new version, but I’m afraid there is a problem/incompatibility with woocommerce advanced bulk edit plugin, because displaying “only in sale products” in my case it’s not working fine (it shows also not in sale products), i’m afraid it’s because they have been duplicated/modified by advanced bulk edit plugin.

The funcion pasted from http://stackoverflow.com/questions/20990199/woocommerce-display-only-on-sale-products-in-shop that you use in your plugin doesn’t work properly in my case, and I have solved it adding the folowing code in function woocommerce_product_query($q):

if (isset($_GET['insales']) AND ($_GET['insales']=='salesonly')) { $product_ids_on_sale = woocommerce_get_product_ids_on_sale(); $q->set('post__in', (array)$product_ids_on_sale); }

This is the only way i have found to make it work fine. But in the new version you have separed this filters in separated files, handling it as a meta_query, and now I have no chance to add my code to solve that.

Is there any way to improve the treatment of sales products with this post__in argument instead of meta_query clause?

And the other question: Is there anyway to display only featured products? As the same way as “only sale products”?

Thank you for your help and great plugin.

Hello

v.2.1.2 is works fine so if update causes such troubles for you – just leave it as is. If you really want update the plugin, which is more right way for future fixes and compatibility with future versions of woocommerce – write me PM please http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support with wp-admin access to investigate it, maybe custom work will resolve it, but no warranty …

Is there any way to improve the treatment of sales products with this post__in argument instead of meta_query clause? – I will investigate it, thank you …

Is there anyway to display only featured products? As the same way as “only sale products”? – I think I can create new extension with such checkbox as ‘Show featured’

Welcome ;)

For each of my products I have some different custom field values – mostly brands – so I have say “Brand” with value “Nike”. Can this be used to search a products custom fields?

Hello

No, just now WOOF works with taxonomies only … Why you not keep it in attribute OR custom taxonomy? Text field is not the best way for such data …

Hi,

when do you expect version 2.1.4 to be out? I’m longing for Taxonomy range slider :-)

Also – do you plan to implement date selectors (for selecting dates)?

Anyway, this is awesome plugin, great work!

Sincerely

Ondrej

Hello Ondrej

You can send me PM and I will send you latest update with it. I cant tell you release terms, just 1 month ago was release 1.1.3, but 1.1.4 release is under process with a lot of new features ….

Hi, How can I change the width of the dropdown list so it fits my sidebar area?

Hello Alex

2.1) http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support – send me wp-admin access please, but I think it is maybe css of theme template for woo

2.2) Yes, its enabled for 99.9% compatibility, you can disable it: the plugin settings page -> tab Advanced -> Options -> Disable swoof influence set Yes

Hi,

Thanks for solving the issues so far. Other thing, when i select color extension for the filter and choose the colors> the checkbook stays blank. So the chosen colors are not visible. What to do?

Hello Alex

Drop me link please where I can look on it, because I not it here http://www.veiligheidsschoenenstore.nl/product-categorie/veiligheidssneakers/ and not on another pages too

the checkbook stays blank – I think it can be js error o the front

OR

send me PM here please http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support with wp-admin access to test color

I am currently using a plugin called “AliExpress Pro”.

It imports external products from Alibaba.com

Even though the product tags,descriptions and categories are seen within the admin of WooCommerce, I keep getting a 404 error when using any of the filters.

The only filter that works is the “Price Filter”.

I would like to send you a copy of the plugin and my affiliate ID so that you can test this out for yourself to see why “WOOF” is not working with it.

Look forward to your reply.

Great, I will look on it and will answer today …

RESOLVED

Thanks alot for your help.

Due to the update in the WooCommerce plugin 2.5.1/2.5.2 – has a new Woo API

So for each “Product Attribute” we need to check the box that says, “Enable Archives”.

See..

http://www.woocommerce-filter.com/filtering-by-product-attribute-doesn-work/


Thank you for cooperation! ...

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey