Contributions
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.
| 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
| 20 Feb 2011 |
Note: Contributions are used at own risk.
