वर्णन
A form for users to sign up to a paid membership for your organisation,
implemented as a WordPress block.
Features:
- Custom theme and custom CSS
- Fully customizable membership tiers
- Three payment providers:
- Stripe
- GoCardless
- ChargeBee
- Optional membership integrations:
- Auth0
- Mailchimp
- Action Network
ChargeBee setup
To use ChargeBee, you must configure the payment plan names in the Join Flow settings
to match the price IDs in the ChargeBee back-end.
Currently, this requires logging in to the ChargeBee dashboard, creating a
subscription, and setting a price for the desired currency. The price details
for the selected currency will have an ID. Copy and paste this ID into the
name of the membership plan in the Join Flow backend.
To support an additional donation in ChargeBee, create two more products:
– an addon called “Additional Donation”, with a price in the desired
currency called “additional_donation_monthly”.
– a charge called “Additional Donation”, with a price in the desired
currency called “additional_donation_single”.
External Services
The following is a list of all the external services used by the plugin.
Each service is marked as optional or required.
-
getAddress()
Domain: getaddress.io
Used for: converting a UK postcode to a full address.
Data received: the postcode provided by the user. -
Ideal Postcodes
Domain: ideal-postcodes.co.uk
Used for: converting a UK postcode to a full address.
Data received: the postcode provided by the user. -
postcodes.io
Domain: postcodes.io
Used for: fetching useful data about a postcode that is then sent to your organisation’s membership list.
Data received: the postcode provided by the user. -
ChargeBee
Domain: chargebee.com
Used for: managing user payments and subscriptions.
Data received: user payment information, i.e. credit/debit card details or bank account details. -
Stripe
Domain: stripe.com
Used for: managing user payments and subscriptions.
Data received: user payment information, i.e. credit/debit card details or bank account details. -
GoCardless
Domain: gocardless.com
Used for: managing user direct debit subscriptions.
Data received: user bank account details. -
Action Network
Domain: actionnetwork.org
Used for: storing user membership details.
Data received: all data provided by the user. -
Mailchimp
Domain: mailchimp.com
Used for: storing user membership details.
Data received: all data provided by the user. -
Auth0
Domain: auth0.com
Used for: giving users the ability to modify their data.
Data received: the user’s name, email, password and payment subscription ID. -
Zetkin
Domain: zetkin.org
Used for: storing user membership details.
Data received: all data provided by the user.
Contact Us
Need help? Contact us at hello@commonknowledge.coop.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Common Knowledge Join Flow” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Common Knowledge Join Flow” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.4.1
- Allow cards on individual forms when Direct Debit Only is set globally
1.4.0
- Add Donation Supporter Mode: a new block setting that puts donation first, before personal details and payment, skipping the membership plan step entirely
- Supporter mode: donation frequency (monthly/one-off) and tier selection driven by block-level membership plans
- Supporter mode: one-off donations processed via Stripe invoice item; recurring donations added as a second subscription item
- Supporter mode: GoCardless recurring donations added to the Direct Debit subscription total; one-off toggle disabled with explanation when Stripe is unavailable
- Supporter mode: donation amount and frequency submitted as correct native types to the payment backend
1.3.19
- Sync membership tier tag changes to Zetkin and Mailchimp when a member upgrades or downgrades their Stripe subscription plan.
- Tags shared across tiers (e.g.
member) are preserved during a tier change and never incorrectly removed. - Sync contact detail changes to Zetkin and Mailchimp when a member’s Stripe customer record is updated.
- Lapse and unlapse membership in Zetkin and Mailchimp when a Stripe subscription status changes.
- Added WP-CLI backfill command to retroactively sync existing Stripe subscribers into Zetkin and Mailchimp.
- Improved Zetkin tag operation logging for clarity.
- Added
ck_join_flow_should_lapse_memberfilter to control whether a lapse should proceed. - Added
ck_join_flow_should_unlapse_memberfilter to control whether an unlapse should proceed. - Added
ck_join_flow_member_lapsedaction fired after a member is successfully lapsed. - Added
ck_join_flow_member_unlapsedaction fired after a member is successfully unlapsed.
1.3.18
- Make Zetkin errors non-fatal so a Zetkin failure does not block a successful join.
- Improve Zetkin 403 error message to indicate expired JWT credentials and remediation steps.
1.3.17
- Fix issues with phone number and custom field checkboxes.
1.3.16
- Version bump
1.3.15
- Fix stripe direct debit bug.
1.3.14
- Add support for custom amount without the same plan name.
1.3.13
- Fix for display of zero price tier.
1.3.12
- Hide price display for zero-price membership tiers (global setting)
- Block-level option to completely hide address section
- Customisable sidebar heading (global + per-block override)
- Customisable membership stage label (global + per-block override)
- Customisable loading spinner verb (global + per-block override)
- All new text customizations include sensible fallback defaults for backwards compatibility
1.3.11
- Fix bug with display of Direct Debit information when we have a zero priced tier.
1.3.10
- Add alternative Zetkin integration that supports tagging
1.3.9
- Added support for tagging on Mailchimp
1.3.8
- Added support for hooks that run on lookup of email addresses.
1.3.7
- Bug: further logical bug fixes.
1.3.6
- Bug: Fix problem with displaying GoCardless logo, even when payment provider is Stripe.
1.3.5
- Everything added in Git up to this date.
- Added support for enabling only Direct Debit on Stripe.
1.3
- Added ChargeBee hosted pages support.
1.2
- Added Zetkin join form integration.
1.1
- Added GoCardless webhook endpoint to handle users who did not allow the redirect back
to the WordPress site to complete.
1.0
- First release