Adding the product short description to archive pages

function tutsplus_excerpt_in_product_archives() {
      
    echo wp_trim_words( get_the_excerpt(), 10 );
          
}
add_action( 'woocommerce_after_shop_loop_item_title', 'tutsplus_excerpt_in_product_archives', 40 );

 

In case of any complain or © copyright or issues please check disclaimer page for faster resolutions.