Whoops!
That was an oversight on my part, and I apologize. Remember that the code I develop is for my full-time company, so it has company-specific settings in it. Normally I default or clear out the options, I just missed it this time.
Open /admin/includes/languages/english/stats_sales_report.php and look for the line that begins with...
Code:
define('EXCLUDE_PRODUCTS', serialize(array(
Delete the product ID's inside the parentheses, so that what you have left looks like this...
Code:
define('EXCLUDE_PRODUCTS', serialize(array( )) );
Again, sorry for the confusion. The next release will have those values cleared.
Bookmarks