Membership Packs
Create and manage subscription plans for club memberships.
Creating a Pack
- Go to Membership → Create Pack
- Set name, description, and features list
- Set price and billing cycle
- Activate the pack
Billing Cycles
| Cycle | Stripe Implementation |
|---|---|
| Monthly | Stripe Subscription (monthly interval) |
| Yearly | Stripe Subscription (yearly interval) |
| One-time | Stripe Checkout Session |
Pack Management
- Edit — Update name, description, price, features
- Deactivate — Hide from new signups (existing subscribers continue)
- Delete — Only if no active subscribers
Member View
Members see available packs with:
- Pack name and description
- Price and billing cycle
- Feature list
- Subscribe button
Subscription is handled via Stripe Checkout. Members can manage their subscription through the Stripe Customer Portal.
WordPress Display
Membership packs are available via the [clubms_membership] shortcode. See WordPress Shortcodes.
Last updated on