Community Add-Ons
| Maintainers: | a8le |
Order Stats In Admin
for osCommerce Online Merchant v2.2
Order Stats In Admin
*****************************
The goal of this contribution is to have a shop's order's stats/statuses displayed throughout the admin section of a shop.
The installation is very simple, affecting only one file.
*****************************
thanks for this useful contribution,
if you want to load "admin/orders.php" and title "Orders" just make this small change;
find this(line 37);
$heading[] = array('params' => 'class="menuBoxHeading" style="font-weight:bold;"',
'text' => '<a href="/admin/orders.php" style="text-decoration:none;"><b>Orders</b></a>');
replace with;
$heading[] = array('params' => 'class="menuBoxHeading" style="font-weight:bold;"',
'text' => '<a href="' . tep_href_link(FILENAME_ORDERS) . '" style="text-decoration:none;"><b>' . BOX_CUSTOMERS_ORDERS . '</b></a>');
there is no file attached.
