Put this code about the IF:
Code:
<?php echo 'ORDER TOTAL: ' . $order->info['total'] . ($order->info['total'] < 100 ? 'YES' : ' NO') . '<br>';?>