Assign Woocommerce Product Category to Existing Taxonomy

Question

I created a custom taxonomy named a custom post type Product and a taxonomy Product Category (product-category) prior using the WooCommerce plugin:
register_taxonomy( "product-category", array( "product" ), $args );

Now that I decided to proceed with the WooCommerce plugin, all contents are the same, its because the post type Product of WooCommerce has the same slug “product”. The only problem I’m stucked at, is that the Woocommerce default category named “Categories” (product_cat) isn’t the same with the taxonomy I registered above.

enter image description here

I have tried changing the Category base field in the Permalinks Settings but it doesn’t working.

Any recommended workaround with this?

0
, , , Jed 3 years 2020-06-08T04:10:31-05:00 0 Answers 95 views 0

Leave an answer

Browse
Browse