Hi,
Thanks for the response. The option you suggest it’s not possible as the user-end behaviour funcionality for the website, and create a role for every package and asign users it’s to much override programming job.
So, cheking the code of WPDM main plugin i found out how to resolve the issue with one line code:
Adding $query->meta("__wpdm_user_access", $current_user->user_login);
just after line 200 of src/Package/Shortcodes.php shows the package if the user is set by WPDM Advanced Control and not role is set.
Maybe can you add this modification in further version of WPDM as I see not clonfict with the general role behaviour and improve the WPDM and WPDM Acess Control compatibility extension?