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

Default Category wise filter

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.

Hi,

I have place filter  on default  product category page .

[woof sid='generator_64d863657e553' autohide='0' autosubmit='-1' is_ajax='1' ajax_redraw='0' start_filtering_btn='0' btn_position='b' dynamic_recount='1' hide_terms_count_txt='1' mobile_mode='0' ]

[woof_products sid='generator_64d863657e553' autohide='0' autosubmit='-1' is_ajax='1' ajax_redraw='0' start_filtering_btn='0' btn_position='b' dynamic_recount='1' hide_terms_count_txt='1' mobile_mode='0' columns='3']

... also i tried the default shotcodes.

 

URL- sdemo.com

steps- top menu - categories>clothes> hoodies (or any)

Problem.

when I land to a page after clicking a category or sub category, by default page is not filtering as per the query string"https://sdemo.vidyawhiz.com/product-category/clothing/hoodies/" but showing all products. it should show only clothing/hoodies products.

 

Please help this is a basic requirement. how can i achieve. is there any workaround? like changing the default permalink of wordpress to support husky url to filter?

also i checked in documentation, there they describe to use taxonomies= category:9,15  problem is ,   i dont want to create static pages for all categories and then manually show the category id.. what about if client created a new category? it should be automatically filter as per woo commerce product-category page.

one thing i noticed, https://sdemo.vidyawhiz.com/shop/swoof/product_cat-childrens-books/ when use on shop page, it change the url, and category filter works there.. is ther any way to use this url fr product-category page(divi template) too? if it may fix the issue?

also i tried this but did not wrk-

Disable swoof influence = YES,. also seo url also enabled

Please help . if it works, i will buy the plugin in future.. for my client. Thanks

Regards

Hello

The problem is that the [woof_products] shortcode works the same as [products] - it doesn't respond to the category page. For this shortcode you need to insert the attribute  taxonomies  - https://products-filter.com/shortcode/woof_products

But I recommend using the archive template for taxonomies

 

Hi Pablo,

Thanks for replying

 

I am using same code for woof and woof_products like below-

[woof sid='generator_64d863657e553' autohide='0' autosubmit='-1' is_ajax='1' ajax_redraw='0' start_filtering_btn='0' btn_position='b' dynamic_recount='1' hide_terms_count_txt='1' mobile_mode='0' taxonomies=product_cat ]

[woof_products sid='generator_64d863657e552' autohide='0' autosubmit='-1' is_ajax='1' ajax_redraw='0' start_filtering_btn='0' btn_position='b' dynamic_recount='1' hide_terms_count_txt='1' mobile_mode='0' taxonomies=product_cat ]

https://sdemo.vidyawhiz.com/product-category/clothing/hoodies/ is still showing all other categories which are not"clothing/hoodies/"

As i said before, i want dynamically show for the categories that user selects from menu. if i choose taxonomies=product_cat=9,12 , then it will only show categories 9,10,11,12 thats not the case

please help.

 

 

I am not sure what is archive template could you help on that.

 

Hello

You are setting templates in the theme incorrectly

This shortcode is not suitable for your tasks.This shortcode is for custom pages

Taxonomy page use standard ways to display products(archive  template)

I'm not sure I can help you. this is related to your theme.

Can you describe the reason why you are using this shortcode[woof_products] on category page?

Hi,

I jsut want to use this on my divi theme. could you help on that, i could not found any thing in documentation related to archive template?

I tried to use simple [woof] and [woof_products] that didnt work.

 

Hello

I tried to use simple [woof] and [woof_products] that didnt work.  - because it is a shortcode for other tasks.  This is a shortcode for displaying products and has no data about the current page. That's the whole point of this shortcode

Unfortunately, I don't know how to customize your site template, my plugin is product filtering.

Just for testing, try using a standard category page (no custom templates).