I am using Zen Cart 1.5.5e the instructions included in the instructions of Fraudlabs Pro Version: 1.0.8 to modify admin/orders.php indicate to
Search for:
<div class="row noprint">
<div class="formArea">
<?php echo zen_draw_form('statusUpdate', FILENAME_ORDERS, zen_get_all_get_params(['action']) . 'action=update_order', 'post', 'class="form-horizontal"', true); ?>
and replace with:
<?php include(DIR_WS_MODULES . 'fraudlabspro/summary.php'); ?>
<div class="row noprint">
<div class="formArea">
but my file shows:
<!-- BEGIN TY TRACKER 3 - DISPLAY TRACKING ID IN COMMENTS TABLE ------------------------------->
<td class="dataTableHeadingContent smallText" valign="top" width="23%"><strong><?php echo TABLE_HEADING_TRACKING_ID; ?></strong></td>
<!-- END TY TRACKER 3 - DISPLAY TRACKING ID IN COMMENTS TABLE ------------------------------------------------------------>
<!-- Begin Ty Package Tracker Modification (Minor formatting changes) //-->
<td class="dataTableHeadingContent smallText" valign="top" width="40%"><strong><?php echo TABLE_HEADING_COMMENTS; ?></strong></td>
<!-- End Ty Package Tracker Modification (Minor formatting changes) //-->
not sure what to replace
Bookmarks