Link products to a role

When you link a product to a role, each user that purchases the product is added to this role. The user is added to the role after a successful checkout has been executed.

To link a product to a role, you must perform the following:

  1. Get an instance of the CatalogManager object.
  2. Get an instance of the product.
    For more information, see For developers: Query products.
  3. Link the product to the role.
    To do this, set the AssociateBuyerWithRole property of the Product instance to the ID of the specified role.
  4. Save the changes to the manager.

Code example: Link a product to a role

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?