Jump to content
  • 0

Guide for adding donation items in Flux CP Shop?


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

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?

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

By flux control panel, do you mean where I can edit server.php or access.php?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

can you re phrase what ur saying

Link to comment
Share on other sites

×
×
  • Create New...