January 15, 2016 at 15:14
#98685
sharmstr
Moderator
Woocommerce has a filter to inject information in that location. Here’s the code to do that. Put it in your child theme’s functions.php file. You’ll have to figure out how to get the custom field though.
COPY CODE
add_action( 'woocommerce_after_shop_loop_item_title', 'add_brands', 7 );
function add_brands() {
// replace the below code with your code to get the brand name
echo "brand name here.";
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com