I’m developing a WordPress / WooCommerce driven shop which is used only for people to sign up and publish virtual downloadable products. Is there any way to track the amount of times a user’s product has been downloaded (uniquely)? I literally have no idea where to start looking for a solution for this so if anyone could help me out that’d me awesome. Thanks!
Leave a Reply
You must be logged in to post a comment.
you can get it by function
total_sales
, but when your users can download items more than once, it is necessary to combine with download permissionsUse code below: