Difference between revisions of "Extensions:Shop Features"
Jump to navigation
Jump to search
(Updated description in detail and added info about the purchase limit timeout) Tag: 2017 source edit |
Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 33: | Line 33: | ||
== Troubleshooting == | == Troubleshooting == | ||
Please contact me @ Newt#7776 on discord if there are any issues | Please contact me @ Newt#7776 on discord if there are any issues | ||
+ | |||
+ | == Add-ons == | ||
+ | These are add-ons created by others and are not part of the original extension. You will have to install them separately. | ||
+ | |||
+ | === Rotating Stock by Supercool === | ||
+ | https://github.com/ne-wt/lorekeeper/tree/extension/shop-features | ||
+ | |||
+ | While Shop Features is on v3, Supercool built this on v2. | ||
+ | |||
+ | ==== Rotating Stock Features ==== | ||
+ | |||
+ | # Adds rotating shop stock. Random stock does not touch existing, non-random stock. | ||
+ | # Every day/week/month the existing random stock will be wiped, new ones chosen, and then stocked. | ||
+ | # Create a pool of items to randomize between as well as a quantity, and individual price. | ||
+ | # Settings for the stocked items can be configured further similar to SF's stock settings, such as timed, character-bought, and more. ''All random stock for the sgop will share these settings, so pick them carefully'' | ||
+ | |||
+ | ==== Rotating Stock Installation ==== | ||
+ | Pull and run | ||
+ | # <code>php artisan migrate</code> | ||
+ | # <code>php artisan optimize</code> |
Revision as of 14:34, 27 June 2024
Description | Makes shops a little more useful! |
---|---|
Author(s) | Ne-wt |
Status | Testing |
Github | shop-features |
LK Version | Unspecified |
Contains a Migration | |
Contents
Features Included
Shop Features adds a number of useful additions to shops:
- Makes it possible to create "Staff" or "FTO" only shops
- Makes it possible to limit shop access to only users with a particular item
- Adds a "Coupon" tag for items so that coupons can be used with shops
- Moves Shop Stock options into a modal for a more compact Shop Stock editing experience
- Adds a "Stock Type" option to stock (useful alongside other extensions or further customization)
- Adds ability to limit an item to FTO purchase only
- Adds ability to limit the amount of stock an item has and to automatically restock the item on a Daily, Weekly, or Monthly schedule
- ** New ** : Adds the ability for items with a purchase limit, to have that limit only apply on a daily, weekly, monthly, yearly, or lifetime (default) basis.
Installation
Pull and run
php artisan migrate
php artisan add-site-settings
php artisan optimize
Configuration
To make coupons, make your item then edit it. Scroll down to the add tag area, and select 'Coupon'.
To add shop entry requirements, make your shop, edit, and scroll to 'add requirements'.
To allow coupons, when creating/editing your shop enable the coupon toggle.
Screenshot
Troubleshooting
Please contact me @ Newt#7776 on discord if there are any issues
Add-ons
These are add-ons created by others and are not part of the original extension. You will have to install them separately.
Rotating Stock by Supercool
https://github.com/ne-wt/lorekeeper/tree/extension/shop-features
While Shop Features is on v3, Supercool built this on v2.
Rotating Stock Features
- Adds rotating shop stock. Random stock does not touch existing, non-random stock.
- Every day/week/month the existing random stock will be wiped, new ones chosen, and then stocked.
- Create a pool of items to randomize between as well as a quantity, and individual price.
- Settings for the stocked items can be configured further similar to SF's stock settings, such as timed, character-bought, and more. All random stock for the sgop will share these settings, so pick them carefully
Rotating Stock Installation
Pull and run
php artisan migrate
php artisan optimize