Hi @carlosgumiel. I understand you want to add a short description template that automatically populates for new products. I don’t know of a plugin that will do this specifically, but there are many generic template/page customization plugins that would probably have similar functionality. Elementor is a popular page builder plugin that works with WooCommerce stores. There are also plugins like this one that are more targeted to WooCommerce.
You could also accomplish this with code. [This Stack Overflow](https://stackoverflow.com/questions/52231164/default-short-description-in-woocommerce-product-pages) supposedly accomplishes this, although I haven’t tested this code myself and can’t guarantee its efficacy or safety. I found this and similar answers by Googling WooCommerce default description text
, so you might have some luck with that.
If worse comes to worse, you could always copy the template text into a text file and then paste it in when you create a new product (although it sounds like you might already be doing this).