In the third beta version hopefully he will make the following code in the tpl_account_default.php
Code:
<td align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $orders['orders_id'], 'SSL') . '"> ' . zen_image_button(BUTTON_IMAGE_VIEW_SMALL, BUTTON_VIEW_SMALL_ALT) . '</a>'; ?></td>
to
Code:
<td align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ACCOUNT_HISTORY_TRACK, 'order_id=' . $orders['orders_id'], 'SSL') . '"> ' . zen_image_button(BUTTON_IMAGE_VIEW_SMALL, BUTTON_VIEW_SMALL_ALT) . '</a>'; ?></td>
This way it does not have two different order status pages and more related use to the tracker module for friendly customer use.
It would show the tracker and the status including comments right from the customers account page without the sidebox if they decided to turn off the sidebox.
Just my two cents