When a customer see his order history:
Quote
the always says "Whithout Tracking ID"
Looking for the database tables the data is right:
Quote
402 246 3 06/01/2010 16:03 1 Send. 00345630001234566385|dp
Looking for the code of account_history_info.php is this:
' <td class="main" align="center" valign="top">' . $tracking->display_tracking_link($statuses['tracking_id'], TRACKING_LINK_LABEL) . '</td>' . "\n" .
Why dont appear the tracking ID to the customers comments.???
In admin/orders is right, but the code is different:
' <td class="smallText" align="center">' . $tracking->display_tracking_link($orders_history['tracking_id']) . '</td></tr>' . "\n";
Also, sometimes in admin/orders.php gets this error when updating:
Warning: Cannot modify header information - headers already sent by (output started at */htdocs/includes/languages/espanol/tracking_module.php:61) in */htdocs/admin/includes/functions/general.php on line 89















