Jump to content
  • 0

Adding items to the shop in flux.


Genesis

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   2
  • Joined:  12/01/11
  • Last Seen:  

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!

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Item Shop? As in, Adding items into the Donation Shop?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   2
  • Joined:  12/01/11
  • Last Seen:  

Yupe, exactly like that.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   2
  • Joined:  12/01/11
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

As far as I remember when you visit the itemshop page there is a link Add Item something like that in the main content

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   2
  • Joined:  12/01/11
  • Last Seen:  

The problem is, I do not see the itemshop anywhere. I only see "purchase"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  243
  • Reputation:   206
  • Joined:  11/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites

×
×
  • Create New...