Customers & segments
Organize your customer list and build self-maintaining segments.
A customer account is the signed-in area of your storefront, reached at
/account. From there a shopper can view their order history, manage saved
addresses, edit their profile, and see their store-credit and reward balance.
Sign-in is passwordless: customers receive a one-time code (OTP) by email or SMS,
so there is nothing for them to remember and nothing for you to reset.
This page covers how customers sign in, what the account area contains, and the controls you have over it — login methods, require sign-in before checkout, and inviting or enabling individual accounts.
Sellerlane accounts are passwordless. A shopper enters either their email or their phone number, receives a one-time code, and is signed in once they enter it — no password is ever set.
The customer opens /account (or clicks an account link in your theme).
If they are not signed in they are sent to /account/login.
They enter their email or phone number, depending on which login methods your store allows.
Sellerlane sends a one-time verification code to that email or phone and shows the verify step.
They enter the code. On success they are signed in. If no customer record exists yet for that email or phone, one is created automatically at this point — so a first-time visitor and a returning customer use the exact same flow.
Codes expire and are rate-limited: after 5 failed code attempts the customer must request a new code, and repeated requests from the same address are throttled. Signing out is done from the account area and clears the session.
Two store-level switches decide which identifiers a customer can use to sign in:
Both are enabled by default. They also gate the contact method you can use at checkout, so they are validated together with your checkout settings:
If a combination is inconsistent — for example require sign-in before checkout is on but no login method is enabled — Sellerlane rejects the save with an error so you cannot lock customers out by accident.
By default, customers can check out as guests. Turn on Require sign-in before checkout to force every shopper to sign in (with the OTP flow above) before they can reach the payment step.
Go to Settings → Checkout.
In the Checkout behavior card, turn on Require sign-in before checkout. The helper text reads “Customers must sign in before proceeding to checkout.”
Click Save changes.
You can only enable this when at least one login method is on — otherwise there is no way for the customer to sign in, and the setting is rejected.
Once signed in, the account area has these sections. They are rendered by your theme, so the exact styling follows your storefront design.
| Section | Path | What it shows |
|---|---|---|
| Dashboard | /account | Account overview with recent orders |
| Orders | /account/orders | Full, paginated order history; each order opens at /account/orders/{id} |
| Profile | /account/profile | Name and contact details |
| Addresses | /account/addresses | Saved addresses, with add (/new) and edit (/{id}/edit) |
| Rewards | /account/rewards | Store-credit balance, the store-credit ledger, and review-reward count |
The Rewards page is where customers see their store-credit balance and a history (ledger) of credit they have earned or spent — including credit granted as a refund, a promotion, or a review reward. It is not a separate points program; it reflects the same store-credit account you manage from the admin. See store credit for how that balance is created and applied.
Addresses are full CRUD: a customer can add a new address, edit an existing one, and set a default — the same address book that pre-fills their checkout.
Every signed-in shopper, and anyone you add manually, appears under Customers in the admin. Open a customer to manage their account. Each account has a status, shown as a badge on the customer’s page:
| Status | Badge | Meaning |
|---|---|---|
| Enabled | green | The customer can sign in to their account |
| Disabled | grey | The customer cannot sign in (default for records you create) |
| Invited | blue | An invite has been sent and is awaiting the customer |
| Declined | red | The customer declined the invitation |
Go to Customers and click Add customer.
Choose the login type — Email or Phone. The option is only available if that login method is enabled for your store; if neither is enabled you can still create a record with no login identifier.
Enter the email or phone, name, and any tags, notes, or marketing consent.
Optionally tick Send invite to email the customer an invitation to activate their account, then save.
Open the customer and use the Actions menu in the top right. The available actions depend on the current status:
On the Customers list you can filter by account status (Enabled, Disabled, Invited, Declined) alongside filters for email/phone verification, whether the customer has orders, marketing consent, tags, and tax exemption. Use this to find, for example, everyone who was invited but has not yet signed in.
Customers & segments
Organize your customer list and build self-maintaining segments.
Store credit
Manage the store-credit balances customers see on their rewards page.
Checkout settings
Tune contact method, fields, and sign-in under shipping & checkout.
Staff accounts
Manage admin logins — separate from buyer accounts — under staff accounts.