Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

eBay - Display Totals with Shipping

Computes and displays the total price with shipping added. Makes a new column that shows the final price for both the BuyItNow and auction price added to the shipping prices. Note: Works with international prices.

Computes and displays the total price with shipping added. Makes a new column that shows the final price for both the BuyItNow and auction price added to the shipping prices.

This was written to make it easy to compare final prices when scanning the eBay search results.

Notes: Works with international prices. Works in list view, and not in Picture Gallery view as shipping is not displayed.

Modified: 07/20/06 Initial Version




Feb 25, 2008
Ben Shepherd Scriptwright

Hi,

I made some changes to your Greasemonkey script "eBay - Display Totals with Shipping". I've uploaded the new version here:

http://userscripts.org/scripts/show/23223

Hope this is okay - if you don't want the altered script to be posted, I'll take it down.

(I've added support for auctions in UK pounds, and made it so it replaces the shipping column.)

ben

 
May 26, 2007
rfsimoes User

Yes but the add-on for firefox does not make currency convertions.
any one added currency convertion to this?

 
May 21, 2007
pandaking User

https://addons.mozilla.org/en-US/firefox/addon/...

 
Apr 18, 2007
Martin User
Sorry,
no possibility for correcting
...
createTextNode("$" + biddingTotal) ändern zu
createTextNode(("EUR " + biddingTotal).replace(/\./,","))
und
createTextNode("$" + buyItNowTotal) ändern zu
createTextNode(("EUR " + buyItNowTotal).replace(/\./,","))
 
Apr 18, 2007
Martin User
Für Währungen, die mit Komma "," getrennt sind: replace(/\$/g,"") wie folgt ergänzen (4x):
replace(/\$/g,"").replace(/\,/g,".")
$ kann stehenbleiben, da "EUR" einen Knoten tiefer enthalten ist. Für die Ausgabe:
createTextNode("$" + biddingTotal) ändern zu
createTextNode(("EUR " + biddingTotal).replace(/\./,","))
und
createTextNode("$" + buyItNowTotal) ändern zu
createTextNode(("EUR " + biddingTotal).replace(/\./,","))
 
Mar 22, 2007
Sohail Hussain Scriptwright

I've enhanced this script - it addresses some of the comments made here.

 
Mar 1, 2007
Nyks Scriptwright

Dear MattC,

thanks for the tipp, but it doesnt work :(
I replaced all "$" with "EUR", but it doesnt work.

Now, it only shows "EUR?" in the search-results.

 
Feb 28, 2007
MattC User

This works for other countries if you go in and edit the script.. simply replace occurrences of $ with your local currency symbol.

At line 96, you can add something like this to change the font size of the total:

totalTdNode.setAttribute("style", "font-size: 10px");

 
Feb 26, 2007
Nyks Scriptwright

I really would like to have this; but it unfortunately fails on ebay.de (while it works on ebay.com) :(

Could anyone adapt it for ebay.de ?

 
Jan 14, 2007
kLAcK User

Can we get an update on this script? Ebay changed their layout...

 
Nov 17, 2006
R Davis User

It would be cool if it could display an average cost of all items on the page too.

 
Nov 15, 2006
Justin Goldberg User

Can we PLEASE Sort by total cost?!@#!@#!@

This is the WORST problem with ebay's interface!

 
Oct 21, 2006
hhp211 User

Nice, using FF 2.0
I only get 20 Items with a total. I also thought you would be able to Sort by total price, but there is no heading.

 
Sep 11, 2006
Thomas Brooks User

Not sure if it's just me, but this script offsets the shipping row just a little bit, putting the total almost underneath the shipping cost. I expected it in an easier to see column, but, it does display the total, and for that it's great.
Using Firefox 1.5.0.6

 
Aug 29, 2006
mar 1 Scriptwright

Five Stars!
This script has changed my life :)

Thanks man, this is so useful!

You could comment on this script if you were logged in.