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

Ask about excludes some product tags

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.

I want to know if is possible in free version, exclude some product tags but just in one page (put in code) not in config of the plugin because that works.

Im trying to apply this code but doesnt work:

 

[woof exclude product_tag:147,23]

also I try with

[woof taxonomies=product_tag:147,23]

and

[woof product_tag_exclude="147,23]

Is it possible this? Can you help me with code, because I check documentation and i didnt find anything about"tags" this is because i need to apply to different pages so i cant use"general config" of plugin.

PD: I need something to exclude, or just select some tags to show in options

Thanks!

Hello

Unfortunately the shortcode does not have such a  feature. Only in the structure tab

To exclude  some  terms - https://products-filter.com/hook/woof_sort_terms_before_out/

 

Can you help me with the code you sent me? Im little  confused.

Can you said me if its possible:

Page 1: All tags

Page 2: All tags except tag 23,25,27

Page 3: Only tags 23,25,27

Is it possible with the code (and how) you wrote before?

The problem is if I used the structure tab, and I put except 23,25,27, then in Page 1 and 3 doesnt appear tags 23,25,27 because they are excluded.

 

Thanks for your quick answer.

Hello

Use this  hook - https://products-filter.com/hook/woof_sort_terms_before_out/

To  check current  page  use  is_page()  or  read  this - https://docs.woocommerce.com/document/conditional-tags/

Remove unnecessary terms using a loop