I used this code to add the product\'s short description on hover:
add_action( \'woocommerce_after_shop_loop_item_title\', \'wc_add_short_description\' ); fun