Show only some tags on different pages to filter results
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.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.
Quote from Djanho on January 13, 2022, 15:34Hello I have a store with different sections (example: summer clothes, winter clothes). Now when a visitor clicks on the "summer clothes" section (this is not a category of woocommerce, just a page!), I want him to have different tags to choose from (example: long-sleeved, short-sleeved). When the visitor clicks on "Winter clothes", he should have different tags to choose from (example: With hood, Extra warm). There does not need to be a restriction on categories, as items are also in multiple categories. Only the tags are actually relevant to filter products. So I would also like to display only the tags which are relevant for this subpage, which the user can then click on and get the filtered products.
I have tried the following:
[woof sid="clothes_winter_products" autosubmit="1" is_ajax="1" taxonomies=product_tag:96,95]
[woof_products per_page="8" columns="3" is_ajax="1" taxonomies=product_tag:96,95]but unfortunately this does not work.
Thanks for the help
Hello I have a store with different sections (example: summer clothes, winter clothes). Now when a visitor clicks on the"summer clothes" section (this is not a category of woocommerce, just a page!), I want him to have different tags to choose from (example: long-sleeved, short-sleeved). When the visitor clicks on"Winter clothes", he should have different tags to choose from (example: With hood, Extra warm). There does not need to be a restriction on categories, as items are also in multiple categories. Only the tags are actually relevant to filter products. So I would also like to display only the tags which are relevant for this subpage, which the user can then click on and get the filtered products.
I have tried the following:
[woof sid="clothes_winter_products" autosubmit="1" is_ajax="1" taxonomies=product_tag:96,95]
[woof_products per_page="8" columns="3" is_ajax="1" taxonomies=product_tag:96,95]
but unfortunately this does not work.
Thanks for the help
Quote from Pablo Borysenco on January 14, 2022, 13:19Hello
Please drop me exact link to the issue and wp-admin access - https://share.stackovergo.com/image/i20210618130558.png ->https://share.stackovergo.com/image/i20210618130637.png
Read this - https://products-filter.com/manipulate-search-data-options
Hello
Please drop me exact link to the issue and wp-admin access - https://share.stackovergo.com/image/i20210618130558.png ->https://share.stackovergo.com/image/i20210618130637.png
Read this - https://products-filter.com/manipulate-search-data-options
Quote from Pablo Borysenco on January 18, 2022, 14:10Hello
It seems I didn't understand you (with your additional description)
attribute:
taxonomies - this does pre-filtering, i.e. at the time of loading shortcodes, there is already a search for these taxonomies( the user cannot change it )
tax_only - This only shows certain filter items
If for example you want to show only winter clothes use attribute - taxonomies - with corresponding taxonomy (category, tag, OR attribute).
Read this - https://products-filter.com/shortcode/woof and https://products-filter.com/shortcode/woof_products
Hello
It seems I didn't understand you (with your additional description)
attribute:
taxonomies - this does pre-filtering, i.e. at the time of loading shortcodes, there is already a search for these taxonomies( the user cannot change it )
tax_only - This only shows certain filter items
If for example you want to show only winter clothes use attribute - taxonomies - with corresponding taxonomy (category, tag, OR attribute).
Read this - https://products-filter.com/shortcode/woof and https://products-filter.com/shortcode/woof_products
Quote from Djanho on February 25, 2022, 18:42Entschuldigung für die späte Antwort. Die Frage ist dann: Wie wendet man Produkt-Tags auf „tax_only“ an? Ich habe herausgefunden, wie es mit Produktattributen (tax_only="pa_xxx") funktioniert, aber nicht mit Tags. Woof soll nur die Filter für die Tags anzeigen, die ich ausgewählt habe.
Example for product attributes:
[woof sid="products" autosubmit="1" is_ajax="1" tax_only="pa_winter"]
[woof_products per_page="8" columns="3" is_ajax="1"]
But i need this for tags, not product attributes.
Many thanks
Entschuldigung für die späte Antwort. Die Frage ist dann: Wie wendet man Produkt-Tags auf „tax_only“ an? Ich habe herausgefunden, wie es mit Produktattributen (tax_only="pa_xxx") funktioniert, aber nicht mit Tags. Woof soll nur die Filter für die Tags anzeigen, die ich ausgewählt habe.
Example for product attributes:
[woof sid="products" autosubmit="1" is_ajax="1" tax_only="pa_winter"]
[woof_products per_page="8" columns="3" is_ajax="1"]
But i need this for tags, not product attributes.
Many thanks
Quote from Pablo Borysenco on February 28, 2022, 13:46Hello
this only works for taxonomies
To display specific terms, you can use this option(but it only works globally) - https://share.stackovergo.com/image/i20220228114351.png
Or
you need code customization - https://products-filter.com/hook/woof_sort_terms_before_out
Hello
this only works for taxonomies
To display specific terms, you can use this option(but it only works globally) - https://share.stackovergo.com/image/i20220228114351.png
Or
you need code customization - https://products-filter.com/hook/woof_sort_terms_before_out