Code

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

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

Cart 16,834 sales
Recently Updated

realmag777 supports this item

Supported

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

2797 comments found.

my filter isnt removing products im not looking for. like if i put my variations, i still see all my products, instead of just ones with the variables i selected… any idea what my issue may be?

Hi Good Day, I want to change the loading svg to a gif where am i going to changed that thanks

Hello

You can do it directly in this file:

Hi, I test your free version of the plugin, but I have a problem. I need a product filter for my computer store, which can filter custom attributes like RAM, Processor, Screen Resolution and etc. Now, on a test site I create 3 demo products with different parameters (for RAM and Processor), but when I try to filter by those attributes, nothing happens. See here http://4at.eu/unicom/product-category/kategoriya-1/ and try to filter by RAM or Processor. Where is the problem? Thank you.

Presale question. How can i hide the Product filter from the Product page? I only want to be able to filter on category pages.

And also, is it possible to hide attributes from child categories? when i am in a main category, all attributes show even for Products that only are member of a child category

Thanks for a great plugin !

I tried to use the widget areas to set where the filter shows, and it shows up in the correct place and the product count is also correct. However, it will not update the results on the product page. Have you seen this before? if we can solve this, i need the premium version to hide empty attributes :)

Ignore the comment above, i figured that one out. One last problem i cannot solve is that the pricerange-slider resets whenever i use a filter. It no longer shows min and max within the category, but the min and max within my entire shop.

Yes in AJAX mode price filter loose it, I fixed it in the next version of the plugin, release will be this week …

Can your price filter slider be set to cents rather than dollars?

Hi,

I’m using the free version of the plugin, is it possible to increased the font of the categories name in the plugin CSS and also change the ”+” symbol of the sub-category color?

Thanks

Hello

That + is toggles.

name and increase the font size. – you can customize view of elements of the widget by this plugin: https://wordpress.org/plugins/easy-google-fonts/

Hi,

Thank you, is it possible to add the ”+” and ”-” symbol before the category name and not after?

And is it possible to disable sub-categories?

Thanks

Hello

You can do it with css a.woof_front_toggle{ float: left !important; }

And is it possible to disable sub-categories? – no

Hi I just bought this plugin, and set up the filter on my page, it links to all my attributes, but when I try to filter the product, it’s not filter the product for me, it always shows all products I have on the page, for example, I filter height “1000mm”, next to “height” attributes it says only have 1 product is 1000mm height, but when I click fliter and it still show all products. how come?

Hi, my slug is one word, for example “height”, and I also checked “Enable Archives” and I choose type”Select” for all attributes, but it still not working properly, eveytime I choose those attributes, it still not filter the product for me.

Hi, I have trouble upgrading to premium version, I’m able to check premium extensions in Extensions tab, however they don’t appear in Structure tab (only lite extensions are available). I’ve already deleted cache, upgraded WC and Wordpress to latest versions, but still no luck. Could you help me to make it work?

Thanks in advance.

Hello

Uninstall free 1.1.3 version and install from http://codecanyon.net/downloads 2.1.3.4 version, then on the plugin settings page press CTRL+R to remove browser cache: http://www.woocommerce-filter.com/no-premium-features-accessible-in-codecanyon-version-still-red-and-blocked/

Hi,

Thanks for the great plugin :)

I’m using the free version of your plugin and i’m interested in buying the premium version but i have some issues.

I’m having an issue with its compatibility with another plugin called “YITH Multi Vendor” it’s very important to me as its the core functionality of my website. I contacted the developer of plugin and they told me they think that the problem is related with this WooCommerce hook woocommerce_after_shop_loop_item.

Another question, is it possible to apply the filter to a product loop shortcode not to the default loop? i think it would be great if it does.

I appreciate your help :) Thanks in advance,

Hello

‘YITH Multi Vendor’ – not exactly understood where is the trouble, shortly describe please what you mean (screens,links)

is it possible to apply the filter to a product loop shortcode not to the default loop – yes in the next version – http://www.dev.woocommerce-filter.com/template-tester/ – it will be possible create any template using any HTML found in internet:

Hi,

Thanks for your reply.

Great to hear the template feature is coming :) so if i understood well then i’ll be able to use my theme’s product loop shortcode then i can apply the filter to it? just like the top rated products loop in this page www.mawjod.com

My problem is that this plugin shows the vendor name below the product price but when i apply a filter rule the name disappears. You can see it in this page www.mawjod.com/shop

Thanks, Yaseen

Hello Yaseen

if i understood well then i’ll be able to use my theme’s product loop shortcode then i can apply the filter to it? – you will be able apply any custom templates for you products loop using shortcode [woof_products]

www.mawjod.com/shop – try to disable ajax in /wp-admin/admin.php?page=wc-settings&tab=woof -> tab Options -> ‘Try to ajaxify the shop’ set No

Hi, I would like to make the filter so that it shows specific filter criteria based on the category (conditional filters). For instance a couch requires filters for cloth and sitting height, a cupboard requires filter for height. Is this possible?

Hello

Yes, enamble dynamic recount and use this shortcode http://www.woocommerce-filter.com/documentation/#!/section_3_1 in the usual text widget.

Example: [woof tax_only='pa_color,pa_size' by_only='by_sku,by_author']

Hello, I have dynamic recount enabled, but I don’t understand how the shortcode part should work. Can you give me an example using this:

couch requires width but not height, cupboard requires height but not width.

Thanks!

Hello

Read please this part of doc: http://clip2net.com/s/3w1ZsLc

an you will get the same you want: For instance a couch requires filters for cloth and sitting height, a cupboard requires filter for height

Relative example: http://www.demo.woocommerce-filter.com/clothing-by-color-only/

Hi

While using a shortcode for a taxonomy filter using tax_only Can I limit or exclude the terms I dont want in the frontend which are there as an option in the settings page, I want to do it dynamically using the shortcode? Please suggest!

Hello

write shortcode: [woof excluded_terms=”11,22,33,44,55”]

* open index.php * find public function woof_shortcode * add there http://clip2net.com/s/3vXtode //by hands excluded terms directly in [woof] shortcode unset($_REQUEST['woof_shortcode_excluded_terms']); if (isset($atts['excluded_terms'])) { $_REQUEST['woof_shortcode_excluded_terms'] = $atts['excluded_terms']; } then for example you using checkbox and want to hide terms there by shortcode: * open wp-content\plugins\woocommerce-products-filter\views\html_types\checkbox.php * write there http://clip2net.com/s/3vXtLWw if (!isset($_REQUEST['woof_shortcode_excluded_terms'])) { if (isset($WOOF->settings['excluded_terms'][$tax_slug])) { $hidden_terms = explode(',', $WOOF->settings['excluded_terms'][$tax_slug]); } } else { $hidden_terms = explode(',', $_REQUEST['woof_shortcode_excluded_terms']); }

Thanks will try and let you know :)

Hello Realmag, is it possible to filter products that have no value?

Hello

No attributes – ok, in this case you can filter them by product categories only …

Hello again, I will try to explain it better…

I have some producst, the Attribute is “color” and the values are “red,blue,black” BUT some of the products have NO value defined for “Color” attribute and they are left out.

I wonder if it would be possible to add the ability of filtering it, for example something like

  • Color
      -black (3)
        -red (5)
          -blue(2)
            -OTHER (6)
  • So, when you click on “Other” you can see all the products that have no COLOR value defined.

    Thanks for this great plugin.

    Hello Jason

    By functionality no, but why not create such color-term with name ‘NOT DEFINED’ and use it – in this case you will get the same effect, + instead of color use image with red cross for example …

    realmag777 – Please see your email – as I sent a direct message to you. I need a little help getting the Hierarchy drop-down or multi-chained to work properly and get the categories setup correct. I’ve read over the docs and they aren’t very detailed. Looking forward to hearing from you.

    Hello

    Answer me in the same email chain please …

    I bought the module. Now I have a problem. I need categoriye other filter in each. For example for computer I need processor tip, display large, memory and example for snickers I need large, color, material ecc. Can you help me how I can do that with the module.

    [woof tax_only=’pa_color,pa_size’ by_only=’by_sku,by_author’] not work

    [woof tax_only=’pa_breite,pa_model’ by_only=’by_sku,by_author’]

    Hello

    Send me wp-admin access please with description what you already done and what exactly not right …

    What is different between free and pro version? Can’t find this info anywhere. Thanks

    Hello

    • no ability to hide empty terms
    • no color extension and some another

    You can install free version of the plugin – all marked by red color in its admin panel is excluded from free version …

    Hi! First of all – thank you for the great plugin!

    I try to make a catalog – http://spb.studdy.me/. All of my filters except first one (check-box) and price range are custom taxonomies.

    Let’s imagine I’m on the category page http://spb.studdy.me/product-category/history/history-7-grade/. As you see, there are breadcrumbs “??????? / ??????? / ??????? ??? 7 ??????” and header “??????? ??? 7 ??????”.

    But when i try to use some filter, based on custom taxonomy, breadcrumbs disappear and header became by default (“??????????”). For example: http://spb.studdy.me/product-category/history/history-7-grade/?swoof=1&tax_lessons-place=tutor_place. And it’s a problem, because customer doesn’t see also category filter (because chosen category “history-7-grade” has no children).

    The same problem, if I try to use filters on any custom taxonomy page. For example, I’m on http://spb.studdy.me/tax_gender/man/ (header and breadcrumbs are visible, no filter for “tax_gender”). Choose any filter http://spb.studdy.me/tax_gender/man/?swoof=1&tax_lessons-place=tutor_place (default header, no breadcrumbs, no filter for “tax_gender”)

    Can you suggest any solution for this problem?

    The other question is which themes are compatible with plugin? I tried to use it with Storefront, but there were errors with html and sometimes filters disappear completely.

    Thank you!

    Hello

    Is it possible to show in the filter all category terms? – no, only relevant categories will be shown there to avoid “no products found” results … You can do next:
    • open index.php
    • find private function get_really_current_term()
    • write there as first line of code: return NULL;

    But it is not good idea …

    Hi! I thought, that if I made that change, there still would be a chosen checkbox against chosen category in filter. But as I understand, it is impossible because of principles of plugin working. Am I right?

    Anyway thank you very much. I will find a way to use filters in a propriate way.

    Hello

    Am I right? – yes, it is

    Welcome ;)

    Hi!

    We are using your plugin and it´s the best we are sure, we have looked for all the plugins that are on the market. Realmag777 but we have a problem, we have a category that is brands (also we have generated like an attribute to filter) but the problem is that we have exclude that category from the others because it´s brands and not type of products. But the problem is that if I click in a brand category then of course I lose all the other type of product categories.. is there anyway to fix it?Because you can´t generate a page with a atribbute isn´t it¿?

    Also we had to disconect the ajax (and we really loved it) because it seems that if you go to a previous page it put different products that was already on there…you see some products then go to next page, and when you go to the previous one the products that shows are different…

    Hello Cristina

    Drop me 2 links please – brand link and simple category page

    AJAX – of course, because it is js application which works with DOM of the page and after clicking on the link its brokes. Try to use this js script in ‘JavaScript code after AJAX is done’: jQuery('#woof_results_by_ajax a').attr('target', '_blank'); http://clip2net.com/s/3vR3CBO

    When will 1.1.4 be released? We use your free plugin and we’d like to buy your plugin, but we need the custom taxonomy range slider.

    End of March

    Thank you for your answer

    Welcome …

    Hello
    how to force filtered results to show in three columns only, my shop is set to 3 columns but the plugin shows results in 4 columns
    thanks

    thanks

    Welcome …

    Great work, great plugin – I purchased today, got it working well, using it as widget in sidebar. One question: When the reset button is pushed, what should happen? Right now, the page stays exactly the same as when the filter was applied. It doesn’t return to “full” status, if you know what I mean… Let me know of a setting or js I need to fiddle? Thanks a million :)

    Hello

    Thank you ;)

    Send me link please, looks like js error. By idea clicking on reset should redirect to the shop/category/same page without search parameters …

    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