
My problem is simply one of aesthetics, I am offering digital downloads in several file formats. For each purchase customers will have the availability of six (6) different file extensions; epub, mobi, pdf etc. That mean if someone purchases 6 items their download list will consist of 36 items, which could be a bit confusing as each download "stacks" one upon the other.
What I was hoping to do would be grouping each download by "ID" in it's own separate "block" (Table).
In the account/download.tpl it currently calls for "foreach ($downloads as $download)" and then it sets out the table structure.
I'm hoping to find a way to call for each download by "ID" so that the end result would be a separate table structure for each "ID".
I comfortable creating/adjusting the table structures, just not sure how (or if it's possible) to call by ID.
Any thoughts would be appreciated

v 2.3.0.2