Difference between revisions of "Extensions:Shop Features"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Shop Features|desc=Makes shops a little more useful!|auth=Ne-wt|status=Testing|github={{Github|user=ne-wt|branch=shop-features}}|migration=yes|package=no}} |
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
== Installation == | == Installation == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
+ | Pull and run <code>php artisan migrate</code> | ||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
+ | 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/editting your shop enable the coupon toggle. | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
== Troubleshooting == | == Troubleshooting == | ||
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | ||
+ | Please contact me @ Newt#7776 on discord if there are any issues | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
− |
Revision as of 10:15, 22 November 2020
Description | Makes shops a little more useful! |
---|---|
Author(s) | Ne-wt |
Status | Testing |
Github | shop-features |
LK Version | Unspecified |
Contains a Migration | |
Installation
Pull and run php artisan migrate
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/editting your shop enable the coupon toggle.
Usage
Troubleshooting
Please contact me @ Newt#7776 on discord if there are any issues