I noticed that the renderer for the downloadabl products(/app/code/mage/downloadable/block/sales/order/item/renderer/downloadable.php) has a method called getLinks() and getLinksTitle(). The issue I ran into is that getLinks() gets the purchased links by the order id. I happen to have multiple entries in the downloadable_link_purchased table for an order. So when the second item is rendered the Link Title is the title for the first Downloadable Item, not for the current(second item). Shouldn’t the getLinks method get the links by the “order_item_id” and not the order Id?