Products
Everything you need to know about Products.
In order for you to create a Product, you will need to create a Category for your Product to be assigned to. Navigate to the Packages page, you can get here by clicking 'Webstore' -> 'Packages' in the side menu.
Create Package (Product)
Click the 'Create Package' dropdown and click 'Product' you will be shown the 'New Product' page. Configure your Product with the following:
General Product Information
Name
Category
Price
Featured Product
Short Description
Long Description
Image
Configuration
The configuration section allows you to customize the type of Product you are creating. You will have the following options:
Product Type
Standard
Subscription
Hide (Hidden in webstore)
Available Servers
Display order
Purchase limit
Subscription Product
If you have set your product to be a subscription, you will be given a few more options:
Subscription schedule
Monthly
Days
Subscription interval
Available Servers
The server(s) you select will be what server(s) your commands run on.
Hide In Webstore
This will hide or show the product on the webstore depending on what option you choose.
Display Order
This will be what order your product displays on the store.
Purchase Limit
This will be the limit on how many times a customer can purchase this product. It is a limit for per customer.
Product Dependencies
The product dependencies section is optional and is commonly used for rank upgrades. Say you have VIP and VIP+ and you want your players to have purchased VIP before they can purchase VIP+. You would endable this feature and select the VIP product.
Upselling Product
If enabled this will display the Product during the checkout, this gives customers another chance to add more products to their basket. You can also decide whether you want to discount the product at checkout by choosing whatever price you wish.
Reporting
The reporting section allows you to select where you want purchase statistics to be recorded. You will notice that the 'Reporting category' will already be populated with the assigned category.
Your 'Reporting server' will require you to select what server you would want to your product to report to.
Commands
The commands section will be where you configure what command will be executed on your server when a player purchases the product. You will see the following configuration:
Command
Execute
Requires to be online / offline
Command delay
Command Placeholders
Here are the available command placeholders for your use:
[name] or {name}
[uuid] or {uuid}
[transactionId] or {transactionId}
[date] or {date}
[price] or {price}
[productName] or {productName}
[productId] or {productId}
Feel free to utilize these placeholders in your commands as needed.
Helpful Information Regarding Commands
Last updated