Skip to content

Quick start

You have it installed. Now let us sell something. About 10 minutes.

Admin panel: https://your-domain/admin

1. Create a category

CategoriesAdd 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

ProductsAdd product. Only three fields are mandatory:

FieldValue
NameWhat the storefront shows
CategoryThe one you just created
PriceThe 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 keysUpload, pick the product, and paste one per line:

account1----password1
account2----password2
account3----password3

The 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 0 and 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.log in the site root.

Where to next

I want to…Read
Sell variants (monthly/yearly, colour/capacity)Product config parameters
Set up reseller and member pricingMember and merchant tiers
Let others open sub-storesSub-stores
Sell someone else's stockStore sharing
Make the store fasterPerformance tuning

Released under the MIT License