I cant seem to figure this out. I inserted the code as seen below
echo ' </td>' . "\n" .
' <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] . '</td>' . "\n" .
' <td class="dataTableContent" valign="top">' . zen_get_categories_name_from_product($order->products[$i]['id']) . '</td>' . "\n" .
' <td class="dataTableContent" align="right" valign="top">' . tep_display_tax_value($order->products[$i]['tax']) . '%</td>' . "\n" .
' <td class="dataTableContent" align="right" valign="top"><b>' . $currencies->format($order->products[$i]['final_price'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n" .
it didnt seem to do anything when i uploaded it to the server and checked it out. any ideas? i honestly dont have much of a clue as to what im doing with this. its been a loooong time since ive touched a zencart install. again, thanks for the help!