Dear @Daniel,
We hope this message finds you well. We would like to assist you with the integration of custom code into your website. Please proceed by inserting the following code into the functions.php file located in your child theme:
add_action('woocommerce_shop_loop_item_title', 'n2t_after_etheme_product_grid_list_product_element_title', 999);
add_action('after_etheme_product_grid_list_product_element_title', 'n2t_after_etheme_product_grid_list_product_element_title', 999);
function n2t_after_etheme_product_grid_list_product_element_title(){
echo do_shortcode('[your-shortcode]');
}
We trust this code will meet your needs. Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team.