Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
edit, updated to something more robust:
after
Allows the script to work properly René |
|
|
"EUR_" can be better replaced w/ "EUR\u00a0" |
|
|
Perhaps there is a way to make this script also work for Buy It Now items? |
|
|
Using this with ebay germany i noticed some bugs: - Not all ebay td item container types are being supported. Solution: Add the if-queries for them after line 67: if (allElements[i].className == "ebB1 ebHl1 single") ListingsRows.push(allElements[i]);
-If there is an item with a shipping quote of local pickup only, the script breaks. Solution: replace line 155 (if (shippingPrice == "Free") ) with if (shippingPrice == "Free" || shippingPrice =="Nur Abholung" || shippingPrice=="Kostenlos") . If you wanna make this work for english ebay sites, replace "Nur Abholung" with the respective string. |
|
|
The script breaks when it encounters a "See description" shipping amount.
Great script! |
|
|
It doesn't work on firefox 2.0.0.3
|
|
|
I also have firefox 2.0.0.3 |
|
|
The spanish ebay doesn't works. :_( I've included "http://*search.ebay.es/*" but only shows the header TOTAL, but not calculate the total. |
|
|
The script doesn't work with my firefox (2.0.0.3) and ebay.com
Screenshot for example:
|
|
|
Sohail, thanks, this is really excellent. Fantastic to find a script that works on ebay.co.uk! PS I would find it even more useful if it displayed the total on the Items I'm Watching page as well as in the Search results.... if you have the time... :) |
|
|
Works great, thank you very muchm Sohail :-) |
|
|
OK Tommy, the new version (1.0.3) now works for ebay.com. It has also been made extendible for other sites. |
|
|
This seems like a great script but I frequently use both ebay.com and ebay.co.uk . Why not include $ in this script aswell? |
|
|
OK Jan, the new version (1.0.2) now works for ebay.de. It was a LOT more complicated than replacing £ with EUR ;-) |
|
|
Do you have any tipps, who to change your script to make it work on german (EUR-region) ebay? I tried to replace £ with EUR, but it didnt work on ebay.de ... it column "TOTAL" only shows "EUR-1.00" in every line. Best regards,
|