Short description with limit in Woocommerce product page
To do so go to your woocommerce plugin directory like below
wp-content/plugins/woocommerce/templates
And find the php file named content-product.php . After that just add the flowing code below
Here you can change the limit of character you want to display in short description. In the above code you can see that 230 number. Change that as you wish.
That’s all and have fun 🙂