Rex

How guests browse and join a membership plan

Guests visit the `/memberships` page to view available membership plans and subscribe. The page displays a customizable title, description, and billing toggle configured in the admin dashboard.

1

Navigate to the memberships page

Navigate to: [your venue URL]/memberships

your venue URLβ€Ίmemberships

The page shows the venue header, a title (default: "Become a member"), and a description (default: "Choose the membership that fits you best!"). Both are customizable via the admin dashboard's UI config.

2

Select a billing cycle

A toggle at the top lets guests switch between billing options. Options appear only when plans exist for that cycle:

- **Billed monthly** β€” shows plans with a monthly rate

- **Billed yearly** β€” shows plans with an annual rate

- **Custom tags** β€” venues can tag plans with custom categories (e.g. "Gold", "Platinum"). Tagged plans appear as additional toggle options.

One-time, quarterly, and biannual plans display under their respective tag filters.

3

Browse plan cards

Each plan card shows:

- Plan image (or a default placeholder)

- Plan name

- Price with billing label (e.g. "$49.99/month", "$199/year", or a flat amount for one-time plans)

- Short description (HTML supported)

Click a card or the **+** button to expand it and reveal the full long description.

4

Sign up for a plan

Inside the expanded card, click **Sign Up** (or the custom button text set by the venue).

- **Logged-in guests** are subscribed to the plan immediately via Stripe.

- **Guests not logged in** are redirected to the account/login page first. After signing in or creating an account, the subscription proceeds.

5

Feature a plan via URL

A specific plan can be pre-selected by adding `?plan=PlanName` to the URL. The page filters to show only that plan. A **clear filter Γ—** button lets the guest return to the full list.

Updated May 12, 2026

Was this helpful?