New category Misc not visible
just notice that the misc catagory hasn't show up also was trying to add items but i place them in config but they still don't show up
confirmed MISC cat does not show in new shop.
i've check the config and cs is listed but just don't show up 
You would need to mod the plugin for now.
If you do add the code for the button, you would need to also edit the positioning of all the other buttons.
I already did it to mine, but would also like it to be in an official update.
Hello, could not we get rid of upload your modified versions?
In response to jaman ():
Hello, could not we get rid of upload your modified versions?
I'm not sure what you're asking. We are not allowed to post modded plugins, however I do believe we are allowed to post code. You would need to paste it in.
Just save an unaltered copy.
If you feel up to the task, you would simply open guishop.cs and replace lines 598-765 with this code, and your done:

Moderator edit: Please use code blocks when sharing code/large portions of text.
In response to Snivel ():
I'm not sure what you're asking. We are not allowed to post modded plugins, however I do believe we...
you may want to place that in code box but it does work however when i try to verify the script as a whole i get the error at begining of the script 
Error: Parse error on line 1:
using Oxide.Core;us
^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'​
In response to Father ():
you may want to place that in code box but it does work however when i try to verify the script as a...
LOL, I can't figure out how to post code. There is no button to post it in google chrome.

Trying to validate the whole plugin gives an error in every case, modded or not. 
The true test is if it compiles successfully. Just make sure you have an un modified copy first and just paste it over lines I mentioned in my post. 
In response to Snivel ():
LOL, I can't figure out how to post code. There is no button to post it in google chrome.

there is a tool bar icon that looks like this {;}
Yea I know. I tried. Once I CTRL-V in my code, there is no button to submit it. Seems the bottom of the umod page is not showing. Typical browser incompatibility, I think.
may want to reduce size of browser ctrl and middle mouse button scroll down
on the page your looking at
Yup, thanks. That works.
My bad, I forgot to add something in the latest update.
Been sick lately, I'll get to it when I can.
In response to Default ():
My bad, I forgot to add something in the latest update.
Been sick lately, I'll get to it when I...
Post #6 has the "something", and takes less than a minute to paste in.

In the code, it is mostly the original code with the misc button added between "Traps" and "Components".
It is also asthetically adjusted where each button originally had a font size of 14, I changed to 12, moved the positions horizontally so all buttons fit in order, and left a 1 1/2" space to the right and left of the row for lusty minimap for those, such as me, that use it.
Lastly the position of all buttons were dropped by 1 space because they were too close to the text above.

The result:
https://steamcommunity.com/id/TheSnivel/screenshot/939467435639165107
In response to Snivel ():
Post #6 has the "something", and takes less than a minute to paste in.

In the code, it is...
I know what the result is, I had to do all of that for the pre-existing categories already. ;)
I just haven't gotten around to doing it for this, since I'm stuck heavily in a cooldown overhaul, so I can't just quickly patch it over and update it.
I also have ACT's this week, and much more testing, so I am quite unavailable.
As for the code pasted above, it's not formatted in any way, shape, or form. So it would take a bit to make it readable for any further updates.
I'd suggest putting it into a code partion.