Archived Comments (locked)

in
Subscribe to Archived Comments 16 posts, 13 voices



Jesse Andrews Admin

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

 
Rene Castberg User

edit, updated to something more robust:
The script kept dying when an item was listed with "See discription, From hong kong", so adding the lines:

else if (shippingPrice.indexOf('description')>0)
shippingPrice="?";

after

else if (shippingPrice == "Not specified" || shippingPrice == "Siehe Beschreibung" || shippingPrice == "See description")

Allows the script to work properly

René

 
till User

"EUR_" can be better replaced w/ "EUR\u00a0"

 
aznredguard User

Perhaps there is a way to make this script also work for Buy It Now items?

 
azrael_tv User

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 (allElements[i].className == "ebB1 ebHlOdd single") ListingsRows.push(allElements[i]);
if (allElements[i].className == "ebHl1 single") ListingsRows.push(allElements[i]);
if (allElements[i].className == "ebB1 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.

 
starsky51 Scriptwright

The script breaks when it encounters a "See description" shipping amount.
Change line 158:
else if (shippingPrice == "Not specified" || shippingPrice == "Siehe Beschreibung")
to
else if (shippingPrice == "Not specified" || shippingPrice == "Siehe Beschreibung" || shippingPrice == "See description")

Great script!

 
Lalit Ramcha... User

It doesn't work on firefox 2.0.0.3
It displays a column total but doesn't appear to display the calculations.

 
vixmoa User

I also have firefox 2.0.0.3

 
vixmoa User

The spanish ebay doesn't works. :_(

I've included "http://*search.ebay.es/*" but only shows the header TOTAL, but not calculate the total.

 
randy User

The script doesn't work with my firefox (2.0.0.3) and ebay.com
New column was created, but this column empty.

Screenshot for example:
http://img233.imageshack.us/img233/4409/aaaoz0.png

 
Vivid User

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... :)

 
Nyks Scriptwright

Works great, thank you very muchm Sohail :-)

 
Sohail Hussain Script's Author

OK Tommy, the new version (1.0.3) now works for ebay.com. It has also been made extendible for other sites.

 
Tommy Jensen User

This seems like a great script but I frequently use both ebay.com and ebay.co.uk . Why not include $ in this script aswell?

 
Sohail Hussain Script's Author

OK Jan, the new version (1.0.2) now works for ebay.de. It was a LOT more complicated than replacing £ with EUR ;-)

 
Nyks Scriptwright

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,
Jan

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