That’s only one way to achieve that, but it’s the easiest, I guess.
The taxonomy UI is displayed as list of checkboxes, if given taxonomy is hierarchical.
So if you change the product tags to hierarchical, it will solve your problem.
And it’s pretty easy to change, because there’s a hook for that:
function my_woocommerce_make_tags_hierarchical( $args ) {
$args['hierarchical'] = true;
return $args;
};
add_filter( 'woocommerce_taxonomy_args_product_tag', 'my_woocommerce_make_tags_hierarchical' );
Related Posts:
- How to display custom field in woocommerce orders in admin panel?
- How to create a custom order status in woocommerce!
- How to show product SKU on product page
- How to get woocommerce inventory status [closed]
- Edit tag cloud widget number
- Woocommerce add to simple product attribute programmatically [closed]
- How to automatically apply woocommerce product title to all product images alt tags?
- Apply jquery script to only woocommerce product pages and categories
- In WooCommerce I need to modify the thankyou.php page [closed]
- How can I add an extra WooCommerce hook
- How to Acheive the custom woocommerce category template
- Remove tag on my RSS Feed
- Remove product description from product archive page
- Hide some items from Screen options in dashboard for products
- get_the_excerpt() not returning anything when post has no excerpt
- display 100 products per page on product category page [closed]
- Automatically add author’s name to post_tag
- Adding WooCommerce to a Custom Theme – not working [closed]
- Issue adding text after short description on product pages Woocommerce [closed]
- Exclude Empty Child Categories in Menu
- Can you use admin pages functionality on the frontend of your site
- change billing and shipping address 1 and 2 field placeholders [closed]
- Creating loop within functions.php
- Adding a class to tag list in a function
- Override woocommerce wc-class function
- Display WooCommerce subscriptions for user [closed]
- Increment price for Woocommerce Minicart [closed]
- Change woocommerce products weight varation based its product category or tags? [closed]
- woocommerce target button with class after ajax update
- WordPress function for 1 to for many
- Pass parameters to function through an action
- Woocommerce checkout field maxlength, make input number field only (postcode)
- change in form-checkout.php by using code in functions.php
- Create single.php for specific tag by tag id or name
- Set quantity of woocommerce product on page visit [closed]
- list tags with count in author profile page
- Calling a function from anywhere, used in different places
- Selective Product Category for Carousel
- Retrieve tags data in post body
- Echo tags used to describe the theme
- I want to get product attirbute in the section below
- Frontend tag edit/submit form
- How can I remove the main description text box in a Woocommerce product editor page? I only use the “Product short description” text box [closed]
- Load Woocommerce and WordPress Functions Outside
- How to display custom option field in woocommerce orders in admin panel?
- How to add a slide toggle to the Woocommerce-Layout__Activity-Panel area in the orders admin page
- Add to cart php not working [closed]
- Is possible add icon in title posts only in specific tag?
- How to auto refresh when user change postcode
- When sale price is 0.00 show only regular price
- Remove the product category module block from the Woocommerce product page
- how can I edit flexslider in woocommerce. [Urgent]
- woocommerce change currency per category [closed]
- Display tags that only appear in one category
- Add a unique class to HTML tag/element
- help I changed one currency in woocommerce and everything is ruined [closed]
- Functions when woocommerce isn’t installed
- How to override woocommerce.css?
- How can I use Woocommerce $product->get_attribute in functions.php? (if at all)
- How to edit the Tags within the image file URLs?
- How to change this simple code so that it sends the email notification after payment in WooCommerce?
- (Woocommerce) Order by price when entering specific category
- Function filter breaking tag archive menus
- Tags break custom Excerpt function
- Numbering lines of code with the tag?
- Create custom function for hero image
- Randomizing wp_tag_cloud() in child theme
- replace text in Sort Box
- add_filter to specific WooCommerce Category
- Woocommerce checkout field
- Woocommerce image sizes missing from Appearance › Customize but not declared by theme
- add referrer to woo
- Way to redirect all Product Sub Category to its Main category Page?
- Add Login/Logout Menu Item to Primary Nav “My Account” Submenu [Woocommerce] [closed]
- Create a Woocommerce product widget with category filter
- Delay a function, any function!
- Auto scroll to id on page load on all pages except home page. Only do this on mobile
- How add body_class from wp_termmeta
- Adding product to WooCommerce cart [closed]
- Change WooCommerce add_to_cart Button Text?
- WooCommerce -> wc_enqueue_js not working [closed]
- Use existing image sizes for WooCommerce
- Sort and display pages with specific custom field (not tag)
- Function to echo (or display?) wordpress tags in the head section
- Woocommerce Variable Product Dropdown for Custom Shop Template
- How to hide content on mobile in the functions.php file – woocommerce
- Woocommerce Default sorting product by product type
- How to hide WooCommerce product title and short description to non logged in users?
- How to add custom metakey to shop_order page’s searching function?
- localize_script but data changes dependent on product ID
- Changing the HTML of notices in WooCommerce [closed]
- What is wp_get_post_tags for media tags?
- Change class woocommerce on function.php
- Show ‘Add to Cart’ on Out of Stock products
- Need help adding currency conversion to this code
- How to change product title color in shop page if product has specific product tag (Woocommerce)?
- Add class to functions.php custom code to call font awesome icon
- How to Programmatically Replace Characters in WooCommerce Product Slugs?
- Customize Woocommerce Orders and Download Page message using hooks
- Issue with Cart Total Showing Zero in WooCommerce Checkout (Electro Theme)