steam-market-seller icon indicating copy to clipboard operation
steam-market-seller copied to clipboard

Several very handy features request

Open ip opened this issue 10 years ago • 1 comments

Please add these features:

  1. Calculate total revenue from visible/all items (without selling)
  2. Show prices with user native currency

ip avatar Feb 10 '15 19:02 ip

  1. I'm not going to do this because I'd not use it. You could probably do something with the sellQueue e.g. don't start it processing (change the 1 to 0 on its creation var sellQueue = async.queue(...) and when the itemQueue is completed just add up the sell prices. Feel free to submit a pull request if you do add this option in.
  2. I can't spot anything in the page that'd help you much with this. var g_rgWalletInfo = {"wallet_currency":2,"wallet_country":"GB" would be something but that's certainly not telling you that 1 should look like £0.01. Maybe there's a helper function in steam's javascript somewhere.

tboothman avatar Feb 15 '15 16:02 tboothman