I am currently trying to get the order total of a checkout for WooCommerce so it can be sent through with a Google AdWords conversion.
Here is the code:
Try something like this for displaying your order total
<?php echo $order->get_total(); ?>