Hello,
in framework/woo.php you’ve got this code in line 1261:
<?php echo $woocommerce->cart->get_item_data( $cart_item ); ?>
But it seams that this is deprecated since woocommerce 3.0.x, it doesnt show anything anymore. Any idea how to get the cart item data would be really appreciated.