irgendwas fehlt hier in dem code: (Tabelle wo die stricheln drin sind), da die statistiken nicht funktionieren.
so schaut es in den datein: stats_products_purchased.php / stats_products_viewed.php und stats_stock_warning.php aus, zumindestens ab th abwärts
in der Tabelle wo die stricheln drin sind kann doch garnichts ausgegeben werden, oder?
Code: Alles auswählen
.
.
.
<!-- body //-->
<table border="0" style="height:100%;width: auto;" cellspacing="0" cellpadding="10">
<tr>
<td valign="top">
<div><?php echo xtc_draw_pull_down_menu('statusFilter', $orders_statuses, $statusFilter); ?></div>
<table id="productsPurchased" class="display">
<thead>
<tr>
<th><?php echo TABLE_HEADING_POSITION; ?></th>
<th><?php echo TABLE_HEADING_MODEL; ?></th>
<th><?php echo TABLE_HEADING_PRODUCTS; ?></th>
<th><?php echo TABLE_HEADING_PURCHASED; ?></th>
</tr>
</thead>
<tbody>
<tr>
<td>---</td>
<td>---</td>
<td>---</td>
<td>---</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<!-- footer //-->
.
.
.