http://addons.oscommerce.com/info/9044 Advanced Sales ReportIn the install instructions for 'catalog/admin/includes/boxes/reports.php' it says to change code in report.php file
Find following belore:
array(
'code' => FILENAME_STATS_CUSTOMERS,
'title' => BOX_REPORTS_ORDERS_TOTAL,
'link' => tep_href_link(FILENAME_STATS_CUSTOMERS)
)
Add just before:
,array(
'code' => FILENAME_SALES_REPORT,
'title' => BOX_REPORTS_ADVANCE,
'link' => tep_href_link(FILENAME_SALES_REPORT)
)
However I don't have any of the above code in my file. I have tried adding the code, but I get errors, so wondering if anyone has a report.php with it in that I can copy/see what's what please?
I did wonder if this addon was part of another addon, but I can't find any reference to anything else.
Thanks in advance for any help and careful guidence.
Yep, I'm not a coder coder, but a copy and paste coder.