Graveyard666 Posted May 7, 2007 Share Posted May 7, 2007 I have this piece of code: <?php echo tep_draw_pull_down_menu('carrier', $carriers, $order->shipping['carrier_id']); ?> It works in admin/invoice.php fine, but it generates a dropdown list. I want the display to just show what carrier id used, not a drop-down list of carrier. Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2007 Share Posted May 7, 2007 the tep_draw_pull_down_menu is what creates the drop down. I'm still not positive on how the code all works with oscommerce but try something like: print_r($order->shipping['carrier_id']); that bmay be wrong and someon'll probably come along in a minute and say so :P Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.