Create wish lists

NOTE: Currently only one wish list should be create per user.

A wish list can be private, public. A public wish list can be accessed either by everyone or only by people who have the link to it. The privacy of the wish list is determined by the PrivacyOption property of the Wishlist class. It is of type WishlistPrivacy. The enumeration has the following values:

  • Private
    The wish list is private. It cannot be searched for and shared with other people.
  • Public
    The wish list is public and can be seen by anyone.

To create a wish list you must perform the following:

  1. Get the orders manager.
    Get an instance of the OrdersManager object.
  2. Create a new wish list.
    Create an instance of the Wishlist class by calling the CreateWishlist method of the manager.
  3. Set the properties of the Wishlist instance.
    You can find the values for some of the specific properties in the code example at the end of the article.
  4. Save the changes.
    Save the changes to the orders manager.

Use the following code sample:

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?

Next article

Query wish lists