Reputation: 945
I have created an image field and assigned it to show up where Taxonomy Term is equal to product_cat on a standard installation of WooCommerce.
If I click on Products > Category, I can see the ACF field in the left column of the page (the form to add a new category) at this URL:
/wp-admin/edit-tags.php?taxonomy=product_cat&post_type=product
But if I click to edit any of the categories, I cannot see that ACF field, at this URL:
/wp-admin/term.php?taxonomy=product_cat&tag_ID=335&post_type=product
Things I've tried already:
No changes when I disable all plugins (except WooCommerce and ACF)
This is driving me crazy, any help is appreciated.
Upvotes: 1
Views: 1462
Reputation: 1354
I am using Wp version 4.8 and ACF version 5.5 and its working fine for me. the Tax Image field shows up when I add new category as well as when I edit those categories. See below for the settings I have. As long as you have similar rules, this should work. If not upgrade to the latest verison of ACF and try this.
Upvotes: 0
Reputation: 65264
if you are using ACF versions below 5.3.7, this is an issue.
Kindly update to the latest version which is 5.6.0 and you will not get this problem.
Upvotes: 1
Reputation: 1006
This is probably due to Woocommerce/ACF only adding in that Custom Field when you create a new category.
They might have simply not included it in the edit category/term page template.
Which means you probably need to add that image while creating the categories, you can always ask Woocommerce support directly if this feature can be added.
Upvotes: 0