Contributions

Reports (Category Index)
Search: 

List of UNSOLD Products

This mod will output a list of the unsold products on your site.

It's good to know what hasn't sold so you can decide what to do with this dead inventory.

Expand All / Collapse All

for the version 2.3 bugfix updated 22 Feb 2011

in admin/includes/boxes, replace the reports.php file or add this code to your reports.php
in line where reads 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS)
)
immediately AFTER the second parentheses paste this:

,
array(
'code' => FILENAME_STATS_PRODUCTS_UNSOLD,
'title' => BOX_REPORTS_PRODUCTS_UNSOLD,
'link' => tep_href_link(FILENAME_STATS_PRODUCTS_UNSOLD)
)

Save the file

List of UNSOLD Products 20 Feb 2011

Note: Contributions are used at own risk.