I'd like to limit product ordering, cart access, etc. to only authenticated users.
We're selling roles for content access. The problem now is that an anonymous user can access the cart and purchase a role. However, we don't have them registered as a user in Drupal. So if they buy a role, we have no user to award it to.
I'd like to bounce anonymous users who click on a product link to a custom page that has our "sales pitch" and a link to register. Only authenticated users should be able to place an item in the cart.
I've looked at the permission settings, but don't see a way to limit cart access to only authenticated.
Can anyone help?
Thanks!

