the TEMPLATEPATH constant is used in print.php and wp-print.php which keeps the plugin from using templates in the child theme folder. Would be better to use get_stylesheet_directory() instead as it would always look in the currently active theme's folder.