Community Add-Ons

Maintainers: a8le
Add file to this package
Top » InfoBoxes

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.

*****************************

Legend:  Download   Report
Expand All / Collapse All
Just a note for dynamic title and orders.php link ZEUS__ 6 Nov 2008  

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.

order stats v1.1 a8le 18 Jun 2008  
Order Stats In Admin a8le 22 Oct 2007