Hey guys,
I’m using Advanced Custom Fields with WooCommerce, and it’s proving to be a little tricky. I’ve added some fields to my category taxonomies but can’t seem to display the data. I’ve had a search around and can’t find anything solid to help, wondered if anybody had experience.
<?php echo the_field('datasheet', $post_id); ?>
Doesn’t seem to cut it as it does on regular template files.