Shops

From Lorekeeper Wiki
Revision as of 11:43, 27 June 2021 by Mercury (talk | contribs) (Protected "Shops": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Shops are pages from which users can spend currency to purchase items. They can be edited in the admin panel by users with the Edit World Data power.

Usage

Shops listed on the shop index can be clicked to view the shop's contents, including the shop image, flavour text and shop stock.

Shop stock is categorised by the items' item categories. Each item lists:

  • Item name
  • Cost and currency
  • Available stock (if applicable)
  • Purchase limit (if applicable)

Note that items with 0 stock are still listed in the shop.

Clicking on the item brings up the purchase modal. If the item can be purchased, the user is given the option to purchase the item.

The option to use the user's bank or a character's bank may be provided. In the latter case, a character's code (must be owned by the user) can be entered, and currency will be deducted from the character's bank instead. The item is deposited in the user's inventory, and the code of the purchasing character is noted in the item's source information. This makes it possible, for example, to have users purchase items for design updates that must be used specifically on the character that purchased it.

A purchase log is available for every user, linked in the shops sidebar, as a quick reference for their own recent purchases.

Editing

Shops have the following properties:

  • Name
    • The name of the shop, as shown in the shop index and on the shop's page.
  • Shop Image
    • The image used to represent the shop on the shop index and is also displayed at the top of the shop's page. It's recommended that all shop images be the same dimensions.
  • Description (accepts HTML)
    • Displayed underneath the shop image on the shop's page. It can be used, for example, to provide helpful information about the shop, or add additional flavour text.
  • Set Active
    • Affects whether or not the shop is visible on the shop index. If set to false, it will not be shown on the shop index and cannot be accessed by anyone.

Shop display order can be edited on the admin panel shop index page.

Shop stock is editable after a shop is created. Each shop stock has the following properties:

  • Item
    • The item to be sold. Only items can be sold in shops. It's recommended to use Box-type items to sell other objects.
  • Cost (quantity and currency)
    • The price of the item. A value and currency must be selected.
  • Use User Bank/Use Character Bank
    • Determine if the user has the option to use either for purchase. For the item to be purchasable, the bank type has to correspond to whether users and/or characters can own that currency. (e.g. If a user cannot own the currency but only "Use User Bank" is enabled, the item cannot be purchased at all from the shop.)
  • Set Limited Stock & Quantity
    • Allows only a specific amount of the item to be made available for purchase. The quantity will go down as items are purchased from the shop. As mentioned above, items with 0 quantity will still be displayed in the shop as an indicator that the item was purchased, but is now sold out. If limited stock is not enabled, the item will have infinite stock.
  • User Purchase Limit
    • Limits the number of that stock the user can purchase from that particular shop. The limit cannot be circumvented - even if the stock record is deleted and the item is re-added to the shop, the limit still applies. However, if the same item is added to a different shop, it can be purchased.

See Also