Hey, I need some help with this. How can i show the total download for each product on the store module? I noticed there is a field in the database on table bx_file_main called DownloadsCount but it doesn't update. There is no field in bx_store_products table called DownloadsCount but i assume the DownloadsCount in the table bx_file_main is connected with the store products. Anyways i need some help to show the download count for each product on the store module. Maybe the sql query to show it and somewhere in php so i add it so it displays?? Please help.