- Issue created by @transmitter
I have the same question.
maybe this could be a solution:
https://www.drupal.org/project/commerce_license_access_control →
I'd like to offer access to specific node to users who buy them.
So technically, it seems to me, there needs to be some sort of mapping table:
user id x node id
And ACL seems to be the only module, which can do this.
Problem is now, how to use it?
Since ACL itself doesn't do anything but storing that data and taking care of the permission checks (as I understood it) I need another module that sends the correct info to ACL?
What would I need to use / do, to get this working from a purchase via Drupal Commerce?
Active
2.0
Documentation
I have the same question.
maybe this could be a solution:
https://www.drupal.org/project/commerce_license_access_control →