How to display the product description in the product overview?

add_action( 'woocommerce_after_shop_loop_item_title', 'shop_product_short_description', 35, 2 );
 
function shop_product_short_description() {
     the_excerpt();
}
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.