If you would like to remove the aging from your statements there are a couple of steps that you will need to follow.
First you will need to copy the code below. Highlight all of the code and hit ctrl+c to copy it.
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td width="60%"><span class="root_lit">[root_lit_name]</span></td><td width="40%" align="right">[balance_forward_text]</td></tr></table><table cellspacing="0" cellpadding="0" width="100%" class="transaction"> <thead><tr><th>Date</th><th >Description</th><th style="[charge_hidden]">[charge_header]</th><th style="[payment_hidden]" >[payment_header]</th><th style="[balance_hidden]" >[balance_header]</th></tr></thead><tbody>[transactions]</tbody></table> <table cellspacing="0" cellpadding="0" border="1" width="100%" class="aging"><tr><td width="[balance_section_width]%">[amount_due_header]</td></tr><tr><td width="[balance_section_width]%">[amount_due]</td></tr></table>
The next thing you will want to do is go to the admin menu - my lists - statement templates. From there you should see the following:
Click on your Statement template and expand those options. Depending on how you site is setup you may see a ton of different template types but you only want to work with the Transaction Body as shown below:
Now delete all of the text that you see on the right side and paste the code that you copied above and paste it in there. You should see something like this:
Then make sure that you save your changes and you should be good to go. You will be left with the following:
If you would like to revert back to how your statement was for whatever reason you can do so by going to the admin menu - my lists - statement templates. Select the Transaction body as you did before and click on the Restore Default link. This will revert it back to how it was originally.