Difference between revisions of "Extensions:User Shops"
(make page) Tag: 2017 source edit |
(make page desc) |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=User Shops|desc=Users can create and run their own shops to sell items.|auth=CH3RVB (Extension), Ne-wt(Shop features/pets&shops)|status=testing|github={{Github|user=ch3rvb|branch=extension/user-shops}}|LKVer=2.1.1|migration=yes|package=no}} |
− | + | Lets users make their own shops, from which they can add items to them and sell them for currency. (Only user-held currencies with user-user transfer are allowed for sales) | |
+ | |||
+ | Users can customize their shop, setting their own shop image and description to show off their personality and create their own unique storefront. | ||
+ | |||
+ | Credit to newt for the original shop features/pets&shops code, which I referenced heavily to enable multiple stock types and generally make the layouts nicer! | ||
== Installation == | == Installation == | ||
− | < | + | <code>php artisan migrate</code>, <code>php artisan add-site-settings</code>, <code>php artisan optimize</code> |
+ | Run these codes after installation and merge conflicts have been handled. | ||
== Configuration == | == Configuration == | ||
− | + | Admin side configuration: | |
+ | # Set the number of allowed shops from the admin site settings panel. This number is the maximum amount of shops a user can make, it should probably be set to 1 (default) if you don't want things to get too crazy, but this ext is built to allow multiple to exist even when used by the same user. | ||
+ | # Set the item (and pet, if you have them installed) categories. These categories now have a new setting that lets the admin restrict what can and cannot be sold in these shops. | ||
== Usage == | == Usage == | ||
− | + | If you have any extensions that rely on item data, such as [[Extensions:Giftwrap|Giftwrap]], then make sure to disable them from being able to be sold, as setting items in the shops wipes their data. | |
+ | |||
+ | After installation, things are free to move on their own without admin moderation. | ||
== Troubleshooting == | == Troubleshooting == | ||
− | + | Please contact me if you find any bugs! | |
+ | |||
+ | i'm SUPERCOOL in the lk server! | ||
== Images == | == Images == | ||
− | + | See it live on my site | |
+ | https://www.merlotarpg.com/usershops/shop-index | ||
== See Also == | == See Also == | ||
− | + | Support Newt! | |
− | + | https://ko-fi.com/scuffednewt |
Revision as of 20:02, 15 May 2023
Description | Users can create and run their own shops to sell items. |
---|---|
Author(s) | CH3RVB (Extension), Ne-wt(Shop features/pets&shops) |
Status | testing |
Github | extension/user-shops |
LK Version | 2.1.1 |
Contains a Migration | |
Lets users make their own shops, from which they can add items to them and sell them for currency. (Only user-held currencies with user-user transfer are allowed for sales)
Users can customize their shop, setting their own shop image and description to show off their personality and create their own unique storefront.
Credit to newt for the original shop features/pets&shops code, which I referenced heavily to enable multiple stock types and generally make the layouts nicer!
Installation
php artisan migrate
, php artisan add-site-settings
, php artisan optimize
Run these codes after installation and merge conflicts have been handled.
Configuration
Admin side configuration:
- Set the number of allowed shops from the admin site settings panel. This number is the maximum amount of shops a user can make, it should probably be set to 1 (default) if you don't want things to get too crazy, but this ext is built to allow multiple to exist even when used by the same user.
- Set the item (and pet, if you have them installed) categories. These categories now have a new setting that lets the admin restrict what can and cannot be sold in these shops.
Usage
If you have any extensions that rely on item data, such as Giftwrap, then make sure to disable them from being able to be sold, as setting items in the shops wipes their data.
After installation, things are free to move on their own without admin moderation.
Troubleshooting
Please contact me if you find any bugs!
i'm SUPERCOOL in the lk server!
Images
See it live on my site https://www.merlotarpg.com/usershops/shop-index
See Also
Support Newt! https://ko-fi.com/scuffednewt