Jump to content
  • 0

Adding items to the shop in flux.


Question

Posted

Hey guys,

I'm running into a bit of a problem in FluxCP. I cannot figure out how to add items to the item shop. In access.php, I already granted permission under the purchase and itemshop arrays. I can see purchase, but I cannot see itemshop. I also enabled "AddShopItem" in the same php file, I still cannot see the itemshop directory. Thanks!

7 answers to this question

Recommended Posts

Posted (edited)

Hi Genesis,

Please turn on error reporting and debug mode.

Debug mode (config/application.php)

Change:

'DebugMode' => false,

To:

'DebugMode' => true,

Error reporting (config/error.php)

Change:

$showExceptions = false;

To:

$showExceptions = true;

Try to repeat the process of adding the item again, and paste the error that you get when it does not work.

Edited by Asura
Posted

Hi,

I'll try that. The issue isn't that I cannot add items, but that it doesn't give me the option. Perhaps I am missing something, what is the process by which I could add an item to the itemshop?

Posted

The item/donation shop is the 'purchase' module (ie. www.domain.com/?module=purchase)

Hopefully I understood what you are having difficulties with. If so, to add in items to the shop, you have to first log in as an admin. Then go to the item database (ie. www.domain.com/?module=item), search and click on the item you want to add. There should be sub-menu named "Add to Item Shop", click it and fill in the form. Submit and it should be added to the shop.

  • Recently Browsing   0 members

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