I'd like to add manufacturers id onto the invoice/packing slip to create a unique product code along with the Product table product id. I've managed to add the product id bit, but have come unstuck with the manufacturers id as this is not in the orders table. Any suggestions?

' <td class="dataTableContent" valign="top" align="left">' . $order->products[$i]['id'] . '</td>' . "\n" .