Reply 311225 to: Need to add Publication and Author name with Product

Avatar: Olga Barlow
Olga Barlow
Support staff
December 8, 2021 at 11:20

Hello,

You can use etheme_woocommerce_template_single_excerpt hook it as you do with default WooCommerce hooks. Add code to your child-theme/functions.php
Example:


add_action('etheme_woocommerce_template_single_excerpt', function() {

//custom code to display custom taxonomy
}
);

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.