Hi all.

I need some help to display the billing name and billing company name instead of the shipped to name and shipped to country in the previous orders section.

I know the information to change is in the file tpl_account_default.php in this line.
Code:
<td><address><?php echo zen_output_string_protected($orders['order_name']) . '<br />' . $orders['order_country']; ?></address></td>
I just can't figure out what to call to display the required information.