Display downloaded products with tag
-
Hi !
I created a custom tab in my-account page and I would like to display downloaded products with specific tags. So I need to separate the downloads in two tabs. Add downloads with specific tags in the new tab and remove these downloads from the official Downloads tab.
I followed this doc to add a new tab with content : https://github.com/woocommerce/woocommerce/wiki/Customising-account-page-tabs
I know that I can display product with specific tag with
if ( is_product_tag( 'digital-courses' ) ) {}
but then I’m lost..Thank you in advance for your help !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display downloaded products with tag’ is closed to new replies.