I've been using the WooCommerce Codex, but I can't seem to get the data to display. I simply want to display the product category and descriptions to display on single product pages for my own custom layout like so.
<?php global $product; echo $product->get_attributes; ?>
<?php global $product; echo $product->get_short_description; ?>