This topic has been locked
7TRiiiBES Jan 24, 2016 @ 5:06pm
How to remove items from Item Showcase?
It has 10 slots and Ive been using all 10 of them, but now I want to show only 6 items but it still shows 10 slots, how to remove the last 4?
< >
Showing 1-15 of 22 comments
Tev Jan 24, 2016 @ 5:08pm 
Apply something in the slots that you then trade or sell on the Market.

Or use Javascript.
Originally posted by Teutep:
Use Javascript. Open up your browser, hit F12 and apply this command in the [Web Console] while viewing your Item Showcase in edit mode.

Item Showcase
Type in
SetShowcaseConfig(3, 0, 0)
  • First number equals showcase ID
  • Midst is item position; 0-9.
  • Last is 0 = disabled.

Items Up for Trade
SetShowCaseConfig(4, 0, 0)
Same rules as above; just the Showcase ID is 4 instead of 3.

Second digit: First slot is 0; second slot is 1, etc..
Last number is 0 if you want to disable it.

Should you not want to resort to your browser, you can open up the Steam -client with -dev in the target field, then you go to the http://steamcommunity.com/my/edit/ and you hit F12.

Console works the same way.
7TRiiiBES Jan 24, 2016 @ 5:12pm 
I dont understand quite well, I enter SetShowcaseConfig(3, 0, 0) [3 for being Item Showcase] [7 for being the slot I want to remove] and what does the last 0 do? And I want to remove 4 slots, so do I need to enter this command 4 times, but with different numbers?
Tev Jan 24, 2016 @ 5:14pm 
Originally posted by d1ştinctive°:
I dont understand quite well, I enter SetShowcaseConfig(3, 0, 0) [3 for being Item Showcase] [7 for being the slot I want to remove] and what does the last 0 do? And I want to remove 4 slots, so do I need to enter this command 4 times, but with different numbers?
The last 0 means to disable.

You'd be changing the midst value for the other slots, yes.
7TRiiiBES Jan 24, 2016 @ 5:15pm 
So I do it like this:

SetShowcaseConfig(3, 7, 0)

SetShowcaseConfig(3, 8, 0)

SetShowcaseConfig(3, 9, 0)

SetShowcaseConfig(3, 10, 0)

And I just press enter after typing this in developer mode of chrome?
Tev Jan 24, 2016 @ 5:15pm 
Originally posted by d1ştinctive°:
So I do it like this:

SetShowcaseConfig(3, 7, 0)

SetShowcaseConfig(3, 8, 0)

SetShowcaseConfig(3, 9, 0)

SetShowcaseConfig(3, 10, 0)

And I just press enter after typing this in developer mode of chrome?
Yup, that should do it.
7TRiiiBES Jan 24, 2016 @ 5:17pm 
Hmm, it worked for 8, 9 and 10 but it didnt for number 7, I still see it in Item showcase
Tev Jan 24, 2016 @ 5:17pm 
Originally posted by d1ştinctive°:
Hmm, it worked for 8, 9 and 10 but it didnt for number 7, I still see it in Item showcase
Try 3,6,0.
7TRiiiBES Jan 24, 2016 @ 5:20pm 
It has worked, thanks a lot dude! :D Much appreciated, and I also learned something new
inferNOH Jan 28, 2016 @ 6:07am 
Thank your very much for this guide!
Acid Nov 12, 2016 @ 5:55am 
In case some are still not clear:

1) Click: http://steamcommunity.com/my/edit/
2) Press F12
3) Select the "Console" tab. It is located at the top beside "Elements".
4) Type in this command: SetShowcaseConfig(3, 0, 0) if you want to edit items in your "Item Showcase" and this command: SetShowCaseConfig(4, 0, 0) if you want to edit items in your "Items Up For Trade".
5) For example, I have 10 items in my item showcase right now. I want to remove the 8th, 9th and the 10th (last one) items. So I'll edit the command to SetShowCaseConfig(3, 8, 0) and hit "Enter" on my keyboard. Next, repeat, but change the command to SetShowCaseConfig(3, 9, 0). Hit "Enter" again and repeat again but change the command to SetShowCaseConfig(3, 10, 0) and hit "Enter" again.
6) Then proceed to click "Save Changes" on your profile and you're done.
7) Basically in this command "SetShowCaseConfig(3, 0, 0)". The first number, 3, represents the "Item Showcase", the second number, 0, represents the item's position and the last number, 0, means it's disabled.

P.S. If doing SetShowCaseConfig(3, 8, 0) doesn't clear the 8th item, then do SetShowCaseConfig(3, 7, 0). Applies for others too.

Cheers! :)
Last edited by Acid; Nov 12, 2016 @ 6:00am
xLonerr Jun 9, 2017 @ 3:41pm 
Teutep, you're the best
McCokinner Jul 24, 2017 @ 9:23am 
thank you teutep
ИIИΞΓΞΞИ87 Jul 25, 2017 @ 11:31am 
but how for trading showcase... :( always get
Uncaught ReferenceError: SetShowCaseConfig is not defined
at <anonymous>:1:2
Jin Jul 25, 2017 @ 11:35am 
gg
7TRiiiBES Jan 3, 2018 @ 9:15am 
Teutep, hello XD I have a question, please accept my friend invite or reply here
< >
Showing 1-15 of 22 comments
Per page: 1530 50

Date Posted: Jan 24, 2016 @ 5:06pm
Posts: 22