Hi there,
I’ve added a custom taxonomy in functions.php and I’m trying to find the right hook to display the taxonomy at the desired place. I’ve tried the following hooks but without success:
etheme_woocommerce_template_single_add_to_cart:
https://prnt.sc/hAtqTW2PgQ1_
woocommerce_single_variation:
https://prnt.sc/ti01v8IAhJ3b
woocommerce_before_add_to_cart_quantity:
https://prnt.sc/TktVfkBPTu19
The custom taxonomy text is shown in red rectangle and the desired place = where the blue arrow is pointing at (between woocommerce-variation-availability and woocommerce-variation-add-to-cart variations_button woocommerce-variation-add-to-cart-enabled).
Regards