Book Image

CiviCRM Cookbook

Book Image

CiviCRM Cookbook

Overview of this book

CiviCRM is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations.Organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.CiviCRM is localized in over 20 languages including: Chinese (Taiwan, China), Dutch, English (Australia, Canada, U.S., UK), French (France, Canada), German, Italian, Japanese, Russian, and Swedish.CiviCRM Cookbook will enhance your CiviCRM skills. It has recipes to help you use CiviCRM more efficiently, integrate it with CMSs, and also develop CiviCRM.This book begins with recipes that help save time and effort with CiviCRM. This is followed by recipes for organizing data more efficiently and managing profiles.Then you will learn authentication and authorization and managing communication with contacts.Then you will be guided on using the searching feature and preparing reports. We will then talk about integrating Drupal and CiviCRM. You will also be taught to manage events effectively. Finally, learn about CiviCampaign, Civimember, and developing CiviCRM.
Table of Contents (19 chapters)
CiviCRM Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using price sets for complex memberships


Membership price sets are used in situations where you have a national membership plus regional sub-memberships. For example, you may run a national cycling association with chapters in each state.

How to do it…

We can create a CiviCRM price set and link it to a contributions page for online membership. The price set allows us to apply complex membership options.

  1. Navigate to Contacts | New organization. Create a contact called National Cycling Association. Click on Save and New.

  2. Add the following organizations. These will be NCA Chapters:

    NCA Delaware

    NCA California

    NCA Oregon

    NCA Florida

  3. Navigate to Administer | CiviMember | Membership Types and add a membership.

  4. Set Name to NCA Full.

  5. Set Membership Organization to National Cycling Association.

  6. Set Minimum Fee to $100.

  7. Set Financial Type to Member Dues.

  8. Set Duration to 1 year rolling.

  9. Click on Save and New.

  10. Create four more membership types, one for each NCA Chapter. Set the fee for each chapter to $20.

  11. Navigate...