Jump to content
  • 0

Guide for adding donation items in Flux CP Shop?


Question

Posted

I got no idea how to add any donation item for Flux Control Panel's donation shop.

 

I'm looking at the "shopcategories.php"

 

<?php
// These are categories for the item shop. Pay close attention to the numbers,
// as these numbers are stored in the database when you add an item to a specific
// category, so it knows which category the item belongs to.
// You may add/remove categories from here as you see fit.
return array(
    0 => 'Headgears',      // Headgears category, most likely doesn't include wings.
    1 => 'Wings',          // Wings category, though most of the time wings are headgear, this is more dedicated.
    2 => 'Armors',         // Armors category, most likely doesn't include headgears.
    3 => 'Weapons',        // Weapons category.
    4 => 'Healing Items',  // Good category to place healing items under, e.g., Yggdrasil Berries and the like.
    5 => 'Pets',           // Some people may choose to sell pet eggs or pet-related items under here.
    6 => 'Miscellaneous',  // Anything you can't really categorize, you can put under this category.
    7 => 'Cards'           // Cards category.
);
?>

 

However, I do not know if I only edit this .php or there's more.

 

Also, I do not know what to do with this shopcategories.php.

 

Please help?

 

3 answers to this question

Recommended Posts

Posted

go to your fluxcp panel

 

loginin using the administrator account

 

click item db

 

click add item

 

then fill up the form or if your using item_db.sql you can edit that item and add it to you donation list aka shopcategories

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...