Programming has already fixed this it looks like it was a bug introduced in the recent localization we did on the cart. You can fix this in your current install by doing the following:
- Navigate to the \DesktopModules\Smith.MyAccount folder on your server
- Open up the "MyAccountManageOrders.ascx" file
- Go to line 37 and make the changes highlighted below:
<asp:ListItem resourcekey="Name" Value="Name"></asp:ListItem>
<asp:ListItem resourcekey="City" Value="City"></asp:ListItem>
<asp:ListItem resourcekey="State" Value="State"></asp:ListItem>
<asp:ListItem resourcekey="OrderID" Value="OrderID"></asp:ListItem>
<asp:ListItem resourcekey="Status" Value="Status"></asp:ListItem>