add_action( ‘woocommerce_after_shop_loop_item_title’, ‘my_add_short_description’, 9 );
function my_add_short_description() {
echo ‘<span class=”title-description”>’ . the_excerpt() . ‘</span>’;
}
and if i remove span class than also the result is same.
Thanks
But Problem is Description comes with a link an I want only plain text