Quick start
You have it installed. Now let us sell something. About 10 minutes.
Admin panel: https://your-domain/admin
1. Create a category
Categories → Add category.
Categories group your products and drive the storefront layout. A name ("Game credits") is enough; leave the rest at defaults.
You need at least one category before you can create a product.
2. Create a product
Products → Add product. Only three fields are mandatory:
| Field | Value |
|---|---|
| Name | What the storefront shows |
| Category | The one you just created |
| Price | The guest price — what someone pays without logging in |
Delivery method decides how orders are fulfilled:
- Automatic — sells card keys. Stock comes from the key pool you import, and buyers receive theirs immediately after payment.
- Manual — you fill in the delivery content yourself, or let a plugin fetch it from somewhere else.
Choose Automatic for now; it is the easiest path to a working store. Save.
3. Import card keys
Card keys → Upload, pick the product, and paste one per line:
account1----password1
account2----password2
account3----password3The format is entirely up to you — the text is passed through to the buyer verbatim. Once imported, the product has stock.
More options (locking, buyer-selectable stock, bulk export) are in card keys and stock.
4. Set up a payment method
Payments lists every payment interface you have installed.
- To test the flow without real payments: set the product price to
0and the program skips payment and delivers immediately - For real payments: install the payment plugin from the app store, enter your merchant credentials under Payment interfaces, then enable it under Payments
Details in payment setup.
5. Place a test order
Open the storefront, click into the product, enter a contact, and pay.
If the card key comes back, the whole chain works. The order appears under Orders in the admin panel.
If nothing arrives, check the order's status under Orders first, then
runtime.login the site root.
Where to next
| I want to… | Read |
|---|---|
| Sell variants (monthly/yearly, colour/capacity) | Product config parameters |
| Set up reseller and member pricing | Member and merchant tiers |
| Let others open sub-stores | Sub-stores |
| Sell someone else's stock | Store sharing |
| Make the store faster | Performance tuning |
