Create a Product

How to create a product on Store System

  1. Navigate to your admin panel (located at yourdomain.tld/admin).
  2. Click on the "Products" icon (the third icon down).
  3. Click the "Add Product" button in the top right.
  4. Configure your product as follows:
    • Set the Position field to be the order in which you want your product to appear (the lower the value, the higher it appears).
    • Set the Archived field to be one of the following:
      • Set the value to the 'No' option if you don't want the product archived; or
      • Set the value to the 'Yes' option if you want the product to be archived (meaning it cannot be purchased).
    • Set the Hidden field to be one of the following:
      • Set the value to the 'No' option if you want the product to appear everywhere; or
      • Set the value to the 'Yes' option if you want the product to be hidden (it can still be accessed by the link).
    • Set the Pack field to be one of the following:
      • Set the value to be the 'No' option if you want the item to be an individual item;
      • Set the value to be the 'Yes' option if you want the product to be a pack; or
      • Set the value to a pack if you want the item to be in a pack.
    • Set the Contact Purchase field to be one of the following:
      • Set the value to the 'No' option if you want the product to be purchased without contacting you; or
      • Set the value to the 'Yes' option if you want the product to redirect to your Discord to purchase.
    • Set the Preorder field to be one of the following:
      • Set the value to the 'No' option if you want the product to not be a preorder item; or
      • Set the value to the 'Yes' option if you want the product to be a preorder item.
    • Set the License field to be one of the following:
      • Set the value to the 'No' option if you want the product to not generate a license; or
      • Set the value to the 'Yes' option if you want the product to generate a license.
    • Set the External Link field to be the URL of a website to link the product to (leave empty if not linking elsewhere).
    • Set the Name field to be the name of the product.
    • Set the Stock field to be the amount of times a product can be purchased before it runs out of stock (leave empty if you want unlimited stock).
    • Set the Categories field to be what categories the item will appear in (CTRL + click allows multiple categories).
    • Set the Main Image field to be the link to the main image to appear on the product.
    • Set the YouTube ID field to be a YouTube video ID to appear on the product (leave empty if you don't want to attach a video).
    • Set the Images field to be a JSON array of images to appear in the image slideshow (click the button to the right of the field to have the site build an array for you).
    • Set the Price field to be the price of the product.
    • Set the Discount field to be a percentage to discount the product by (leave empty if you don't want a discount)
    • Set the File Name field to be one of the following:
      • Set the text field to be a file located inside of your "folderName" key in the config; or
      • Select a file to upload for the product.
    • Set the Role ID(s) field to be a JSON array of Discord role IDs to be given after purchase (click the button to the right of the field to have the site build an array for you).
    • Set the Description field to include markdown for creating a description of your product.