Adding descriptions to your Woocommerce Shop Page:
- Open your FTP client
- Make a new folder and place in your child theme. Name it “woocommerce”
- Copy the file “content-product.php” from ‘wp-content > plugins > woocommerce > templates’ to your new “woocommerce” folder.
- add this line:
add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_single_excerpt',
under where it says <?php
- Done. I didn’t need an excerpt because my descriptions are short, but if you need an excerpt, go here: http://stackoverflow.com/questions/23500167/adding-a-product-description-to-the-woocommerce-cart-page