Hi,
i'd like to let users with roles "prodmgr" and "maker" to be allowed to add products of class "makerprod"
problem is: when i add a product class (say, "makerprod") at admin/store/products/classes,
uc automatically generates a node type that i can enhance with cck (so far so good)
however, unlike node types that i'd create with cck at admin/content/types,
the uc-created types don't appear in the access control at admin/user/access
thus, i don't see how i can let the two roles add nodes of that type without being the general administrator. i also don't want to give those roles the right to add any other kind of product.
so how can i do that?

