I'm in a situation where I'm selling 2 types of products:
1. A node access product (users purchase the right to view a node)
2. Donations
Obviously, for the node access product, I need to require that they create an account during checkout, otherwise we can't assign access to anything. However, I don't want to require an account in order to Donate (since this discourages donations).
First, is this already possible somehow (add on module?). I assume it's not, so how might I go about creating it? Any advice on methods or hooks I can use?
Thanks.
