Simple contribution that allows admin to see the number of customer notifications per product. Useful when you want to know the products that are interesting for customers and you want to send newsletter notifications.
Legend: 
Download

Report
only the italian language file for the 4.0 version.
put it in the /catalog/admin/include/lenguages/italian folder
This version:
1. Fixes sorting problem when you have multiple products with the same number of notifications that span more than one page.
2. Adds Model number column to the report to ease distinguishing among products with the same name.
3. Adds Brazilian Portuguese language files
This is a complete archive. Includes files for English, Spanish, French, German and Brazilian Portuguese.
Ajout de la Langues Françaises et modification de la date au format européen
Addition of French languages and modification of date in the European format
http://ieuflr2000.dyndns.org
I take no credit for this contribution all credit go to Radu Manole . I Just
1.fixed missing/incorrect installations issues.
2.fixed/added missing lines in /catalog/admin/stats_products_notifications.php and
/catalog/admin/includes/languages/english/stats_products_notifications.php
so now its 100% multi languages support.
3. Repacked with new files and new install instructions.
Update that list customers name and email address for a certain product & connection with mail page.
Just a small fix on missing/incorrect installations issues. Repacked with the correct install instructions:
On admin/includes/languages/english.php (and any other language file) add:
define('BOX_REPORTS_PRODUCTS_NOTIFICATIONS', 'Stats Products Notifications');
On admin/includes/boxes/reports.php the correct line to include is:
'<a href="' . tep_href_link(FILENAME_STATS_PRODUCTS_NOTIFICATIONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_PRODUCTS_NOTIFICATIONS . '</a><br>' .
Simple contribution that allows admin to see the number of customer notifications per product. Useful when you want to know the products that are interesting for customers and you want to send newsletter notifications.