
Originally Posted by
mike-1981
Has anyone tried installing this mod for Zencart 1.5?
Yes, and it appears to work just fine 
(tested very briefly)
A quick way to register the sales report page is to add a box definition (extra_definitions):
PHP Code:
define('BOX_STATS_SALES_REPORT', 'Sales Report');
And install the following sql (using the admin sql patch tool):
Code:
INSERT INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order)
VALUES ('salesReport','BOX_STATS_SALES_REPORT','FILENAME_STATS_SALES_REPORT','','reports','Y','999');
Bookmarks