eBay - Display Totals with Shipping

By Justin Ormont Last update Jul 20, 2006 — Installed 4,663 times. Daily Installs: 1, 1, 2, 2, 4, 1, 1, 1, 2, 1, 1, 3, 1, 1, 0, 1, 9, 2, 3, 0, 2, 3, 1, 1, 1, 4, 3, 1, 2, 8, 4

Archived Comments (locked)

Subscribe to Archived Comments 18 posts, 16 voices

Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
ladiko User

i added all named changes to this file: http://phpfi.com/330812
works on ebay.de and ebay.com

 
bestfacts User

>> any one added currency convertion to this?

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

 
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

 
rfsimoes User

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

 
pandaking User

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

 
Martin User
Sorry,
no possibility for correcting
...
createTextNode("$" + biddingTotal) ändern zu
createTextNode(("EUR " + biddingTotal).replace(/\./,","))
und
createTextNode("$" + buyItNowTotal) ändern zu
createTextNode(("EUR " + buyItNowTotal).replace(/\./,","))
 
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(/\./,","))
 
Sohail Hussain Scriptwright

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

 
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.

 
MattC Scriptwright

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");

 
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 ?

 
kLAcK User

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

 
R Davis User

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

 
Justin Goldberg User

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

This is the WORST problem with ebay's interface!

 
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.

 
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

 
mar 1 Scriptwright

Five Stars!
This script has changed my life :)

Thanks man, this is so useful!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel