I apologize if this has been explained elsewhere before. Though if that’s the case, feel free to point me to the relevant thread.
On our store, I’ve installed ACF Pro and have a fairly elaborate field group to make adding products easier given a lot of parameters we use. Originally, I had custom taxonomies made for a variety of parameters that the standard categories wasn’t enough for and I didn’t think at the time that ACF custom fields could be connected to those taxonomies by choosing a Relational Field Type. This is helpful as I had ended up making the same custom fields I used in the custom taxonomies which basically doubled the work when adding a product.
I went ahead and changed one of the fields to a Taxonomy type and had it connected to one of the custom taxonomies I had setup. I had it set to save and load terms and also had return value set to Term ID.
However, when displaying the value for example with something like {{dc:post:meta key="brand"}}
it would just output the Term ID and not the Term name. My setup doesn’t involve the need to use loopers so I’m not sure how to proceed from here.