Difference between revisions of "Shops"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "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. {| class="wikitable...")
Tag: 2017 source edit
 
m (Protected "Shops": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
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.
 
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.
{| class="wikitable"
+
==Usage==
|Fold
 
 
 
Table of Contents
 
 
 
Usage
 
 
 
Editing
 
 
 
See Also
 
|}
 
 
 
= 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.
 
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:
 
Shop stock is categorised by the items' item categories. Each item lists:
  
* Item name
+
*Item name
* Cost and currency
+
*Cost and currency
* Available stock (if applicable)
+
*Available stock (if applicable)
* Purchase limit (if applicable)
+
*Purchase limit (if applicable)
  
 
Note that items with 0 stock are still listed in the shop.
 
Note that items with 0 stock are still listed in the shop.
Line 30: Line 18:
 
A purchase log is available for every user, linked in the shops sidebar, as a quick reference for their own recent purchases.
 
A purchase log is available for every user, linked in the shops sidebar, as a quick reference for their own recent purchases.
  
= Editing =
+
==Editing==
 
Shops have the following properties:
 
Shops have the following properties:
  
* Name
+
*'''Name'''
* Shop Image
+
**The name of the shop, as shown in the shop index and on the shop's page.
* Description (accepts HTML)
+
*'''Shop Image'''
* Set Active
+
**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)
'''Name''' is the name of the shop, as shown in the shop index and on the shop's page.
+
**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'''
The '''Shop Image''' is the image used to represent the shop on the shop index and is also displayed at the top of the shop's page.
+
**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.
 
 
'''Description''' is 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 display order can be edited on the admin panel shop index page.
Line 50: Line 34:
 
Shop stock is editable after a shop is created. Each shop stock has the following properties:
 
Shop stock is editable after a shop is created. Each shop stock has the following properties:
  
* Item
+
*'''Item'''
* Cost (quantity and currency)
+
**The item to be sold. Only items can be sold in shops. It's recommended to use Box-type items to sell other objects.
* Use User Bank
+
*'''Cost''' (quantity and currency)
* Use Character Bank
+
**The price of the item. A value and currency must be selected.
* Set Limited Stock
+
*'''Use User Bank/Use Character Bank'''
** Quantity
+
**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.)
* User Purchase Limit
+
*'''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.
'''Item''' is the item to be sold. Only items can be sold in shops.
+
*'''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.
'''Cost''' is the price of the item. A value and currency must be selected.
 
 
 
'''Use User Bank''' and '''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''' and '''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==
  
= See Also =
+
*[[Items]]
 +
*[[Currencies]]
  
* Items
+
[[Category:Documentation]]
* Currencies
 

Latest revision as of 11:43, 27 June 2021

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