Quote:
Originally Posted by eNforce
Something is wrong with the Category system,
When moving Bank into Points Category it actually puts it into Username Category.
When moving Bank into Username Category it will put it into User Title Options
|
I found this too, it will be fixed in the next release.
To fix it yourself...
UPLOAD/admincp/estore.php
Find:
Code:
$categoryselect[] = $category['name'];
Replace With:
Code:
$categoryselect[$category['categoryid']] = $category['name'];
-CMX