Skip to content

Member and merchant tiers

These two tier systems drive most of the behaviour in the program, so they are worth understanding early.

Member tiers

Admin panel → Member tiers. Two fields matter:

FieldEffect
Cumulative top-upOnce a user's total top-ups reach this threshold, they are promoted automatically
Member discountThe discount this tier receives

How the discount works: at LV2 with a discount of 0.1 (10%), a product priced 100 costs 100 - 100 × 0.1 = 90.

This is also your reseller programme

When someone integrates with you over the API or via store sharing, the same member tiers apply. So:

  • To give a downstream partner a better price, move their account to a higher tier
  • To control the reseller price of one specific product, set per-tier prices under that product's member pricing

There is no separate "reseller" feature — this is it.

Merchant tiers

Admin panel → Merchant tiers. A merchant is an ordinary user with merchant features switched on: they can list their own products and run their own store.

FieldEffect
Purchase priceWhat the user pays out of their balance to open a store
Product commissionYour cut when a product the merchant listed is sold
Sub-store commissionWhat the merchant earns when they sell your products through their sub-store
Sub-store permissionMay they open their own store?
Supplier permissionMay they create categories and list their own products?
Domain bindingMay they bind their own top-level domain?

Two ways to use merchants

Different permission combinations give very different models:

  • Supplier permission only → merchants feed products into your main store and you take a commission. See supplier system
  • Sub-store permission → merchants get their own storefront and earn commission selling your products. See sub-stores
  • Both → merchants run their own store and can supply their own products to yours

Other member features

MenuPurpose
MembersView, edit, ban users; adjust balance and tier
LedgerEvery balance movement
Top-up ordersUsers adding balance
WithdrawalsUsers cashing out their balance, subject to your approval. Methods and fees are under Site settings → Other
TicketsSupport tickets raised by users
MessagesOn-site messaging

Released under the MIT License