<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on eBay - Display Totals with Shipping - enhanced version | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8062</link>
    <description>Recent comments on userscript: eBay - Display Totals with Shipping - enhanced version</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Rene Castberg</title>
      <description>&lt;p&gt;edit, updated to something more robust:
&lt;br /&gt;The script kept dying when an item was listed with &quot;See discription, From hong kong&quot;, so adding  the lines:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;else if (shippingPrice.indexOf('description')&gt;0)
&lt;br /&gt;	    shippingPrice=&quot;?&quot;;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;after
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;else if (shippingPrice == &quot;Not specified&quot; || shippingPrice == &quot;Siehe Beschreibung&quot; || shippingPrice == &quot;See description&quot;)
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Allows the script to work properly&lt;/p&gt;

&lt;p&gt;Ren&#233;&lt;/p&gt;</description>
      <pubDate>Sat, 31 May 2008 08:38:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37236</guid>
      <author>Rene Castberg</author>
      <link>http://userscripts.org/posts/37236</link>
    </item>
    <item>
      <title>Archived Comments, replied by till</title>
      <description>&lt;p&gt;&quot;EUR_&quot; can be better replaced w/ &quot;EUR\u00a0&quot;&lt;/p&gt;</description>
      <pubDate>Wed, 15 Aug 2007 16:02:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37237</guid>
      <author>till</author>
      <link>http://userscripts.org/posts/37237</link>
    </item>
    <item>
      <title>Archived Comments, replied by aznredguard</title>
      <description>&lt;p&gt;Perhaps there is a way to make this script also work for Buy It Now items?&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jul 2007 16:36:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37238</guid>
      <author>aznredguard</author>
      <link>http://userscripts.org/posts/37238</link>
    </item>
    <item>
      <title>Archived Comments, replied by azrael_tv</title>
      <description>&lt;p&gt;Using this with ebay germany i noticed some bugs:&lt;/p&gt;

&lt;p&gt;- Not all ebay td item container types are being supported. Solution: Add the if-queries for them after line 67:&lt;/p&gt;

&lt;p&gt;if (allElements[i].className == &quot;ebB1 ebHl1 single&quot;) ListingsRows.push(allElements[i]);
&lt;br /&gt;		if (allElements[i].className == &quot;ebB1 ebHlOdd single&quot;) ListingsRows.push(allElements[i]);
&lt;br /&gt;		if (allElements[i].className == &quot;ebHl1 single&quot;) ListingsRows.push(allElements[i]);
&lt;br /&gt;		if (allElements[i].className == &quot;ebB1 single&quot;) ListingsRows.push(allElements[i]);&lt;/p&gt;

&lt;p&gt;-If there is an item with a shipping quote of local pickup only, the script breaks. Solution: replace line 155 (if (shippingPrice == &quot;Free&quot;) ) with &lt;/p&gt;

&lt;p&gt;if (shippingPrice == &quot;Free&quot; || shippingPrice ==&quot;Nur Abholung&quot; || shippingPrice==&quot;Kostenlos&quot;) &lt;/p&gt;

&lt;p&gt;. If you wanna make this work for english ebay sites, replace &quot;Nur Abholung&quot; with the respective string.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jul 2007 11:27:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37239</guid>
      <author>azrael_tv</author>
      <link>http://userscripts.org/posts/37239</link>
    </item>
    <item>
      <title>Archived Comments, replied by starsky51</title>
      <description>&lt;p&gt;The script breaks when it encounters a &quot;See description&quot; shipping amount.
&lt;br /&gt;Change line 158:
&lt;br /&gt;&lt;code&gt;			else if (shippingPrice == &quot;Not specified&quot; || shippingPrice == &quot;Siehe Beschreibung&quot;)&lt;/code&gt;
&lt;br /&gt;to
&lt;br /&gt;&lt;code&gt;			else if (shippingPrice == &quot;Not specified&quot; || shippingPrice == &quot;Siehe Beschreibung&quot; || shippingPrice == &quot;See description&quot;)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Great script!&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jun 2007 15:53:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37240</guid>
      <author>starsky51</author>
      <link>http://userscripts.org/posts/37240</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lalit Ramchandani</title>
      <description>&lt;p&gt;It doesn't work on firefox 2.0.0.3
&lt;br /&gt;It displays a column total but doesn't appear to display the calculations.&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 00:59:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37241</guid>
      <author>Lalit Ramchandani</author>
      <link>http://userscripts.org/posts/37241</link>
    </item>
    <item>
      <title>Archived Comments, replied by vixmoa</title>
      <description>&lt;p&gt;I also have firefox 2.0.0.3&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 07:21:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37242</guid>
      <author>vixmoa</author>
      <link>http://userscripts.org/posts/37242</link>
    </item>
    <item>
      <title>Archived Comments, replied by vixmoa</title>
      <description>&lt;p&gt;The spanish ebay doesn't works. :_(&lt;/p&gt;

&lt;p&gt;I've included &quot;http://*search.ebay.es/*&quot; but only shows the header TOTAL, but not calculate the total.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 07:16:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37243</guid>
      <author>vixmoa</author>
      <link>http://userscripts.org/posts/37243</link>
    </item>
    <item>
      <title>Archived Comments, replied by randy</title>
      <description>&lt;p&gt;The script doesn't work with my firefox (2.0.0.3) and ebay.com
&lt;br /&gt;New column was created, but this column empty.&lt;/p&gt;

&lt;p&gt;Screenshot for example:
&lt;br /&gt;&lt;a href=&quot;http://img233.imageshack.us/img233/4409/aaaoz0.png&quot;&gt;http://img233.imageshack.us/img233/4409/aaaoz0.png&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:51:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37244</guid>
      <author>randy</author>
      <link>http://userscripts.org/posts/37244</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vivid</title>
      <description>&lt;p&gt;Sohail, thanks, this is really excellent.&lt;/p&gt;

&lt;p&gt;Fantastic to find a script that works on ebay.co.uk!&lt;/p&gt;

&lt;p&gt;PS I would find it even &lt;i&gt;more&lt;/i&gt; 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... :)&lt;/p&gt;</description>
      <pubDate>Thu, 05 Apr 2007 15:18:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37245</guid>
      <author>Vivid</author>
      <link>http://userscripts.org/posts/37245</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nyks</title>
      <description>&lt;p&gt;Works great, thank you very muchm Sohail :-)&lt;/p&gt;</description>
      <pubDate>Wed, 28 Mar 2007 12:41:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37246</guid>
      <author>Nyks</author>
      <link>http://userscripts.org/posts/37246</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sohail Hussain</title>
      <description>&lt;p&gt;OK Tommy, the new version (1.0.3) now works for ebay.com. It has also been made extendible for other sites.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Mar 2007 11:58:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37247</guid>
      <author>Sohail Hussain</author>
      <link>http://userscripts.org/posts/37247</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tommy Jensen</title>
      <description>&lt;p&gt;This seems like a great script but I frequently use both ebay.com and ebay.co.uk . Why not include $ in this script aswell?&lt;/p&gt;</description>
      <pubDate>Wed, 28 Mar 2007 08:34:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37248</guid>
      <author>Tommy Jensen</author>
      <link>http://userscripts.org/posts/37248</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sohail Hussain</title>
      <description>&lt;p&gt;OK Jan, the new version (1.0.2) now works for ebay.de. It was a LOT more complicated than replacing &#163; with EUR ;-)&lt;/p&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:08:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37249</guid>
      <author>Sohail Hussain</author>
      <link>http://userscripts.org/posts/37249</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nyks</title>
      <description>&lt;p&gt;Do you have any tipps, who to change your script to make it work on german (EUR-region) ebay?&lt;/p&gt;

&lt;p&gt;I tried to replace &#163; with EUR, but it didnt work on ebay.de ... it column &quot;TOTAL&quot; only shows &quot;EUR-1.00&quot; in every line.&lt;/p&gt;

&lt;p&gt;Best regards,
&lt;br /&gt;Jan&lt;/p&gt;</description>
      <pubDate>Sun, 25 Mar 2007 22:23:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37250</guid>
      <author>Nyks</author>
      <link>http://userscripts.org/posts/37250</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12620:37235</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/37235</link>
    </item>
  </channel>
</rss>
