• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Programmer Znote add/remove/edit shop items

Thorn

Spriting since 2013
Joined
Sep 24, 2012
Messages
2,203
Solutions
1
Reaction score
921
Location
Chile
Hello guys, i recently adquired a znote website, but i would like to make the shop admin interface better, this is how it looks now
gEp-Kim.png


besides that, i would like to be able to manage the items in shop from there, add/remove and edit items, also allow an image for each item (png,gif)
 
Last edited:
Code:
$config['shop_offers'] = array(   <<<< ctrl+ f this line
        1 => array(
            'type' => 1,
            'itemid' => 5151, <<< edit these lines
            'count' => 1,
            'description' => "Recieve a 10 Days of VIP Time.",
            'points' => 50,
            ),
 
Code:
$config['shop_offers'] = array(   <<<< ctrl+ f this line
        1 => array(
            'type' => 1,
            'itemid' => 5151, <<< edit these lines
            'count' => 1,
            'description' => "Recieve a 10 Days of VIP Time.",
            'points' => 50,
            ),
i know ho to add things, that's not what im asking, im asking for the add/remove/edit to be in the admin panel
 
Not in this moment, probably if shop_offers are on Database instead a php file. Edit php files (the one that can bug the entire website, aka config.php) with other php file isn't recommended. Create an issue and probably will become an enhancement for future ZnoteAAC.
Issues · Znote/ZnoteAAC · GitHub
 
Not in this moment, probably if shop_offers are on Database instead a php file. Edit php files (the one that can bug the entire website, aka config.php) with other php file isn't recommended. Create an issue and probably will become an enhancement for future ZnoteAAC.
Issues · Znote/ZnoteAAC · GitHub
ooh i can't wait to have this feature! D:
so if anyone wants to do it for $$ pleease contact me
 
Back
Top