In WooCommerce site we need to provide product description underneath an image, so if you are stuck in this and looking for solution to show the product description below an image here is the solution.
Add the code below to your functions.php:
add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_single_excerpt', 6);
0 Comment(s)