If you need to add a description of a product in the list of products in a category, you can use this solution:
In the file /wp-content/plugins/woocommerce/templates/content-product.php find the line do_action( ‘woocommerce_shop_loop_item_title’ ); and under this line add the following code:
?> <div itemprop="description" class="introdesc"> <?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?> </div> <?
Thank you so much!
Hi, I wanted to know your price.