- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2015 09:52 AM
As long as I can remember .. There was a "button" about 1/3 of the way down the listing (just above the description, on the right side) that allowed you to choose one of 3 options for printing out your item listing.
I always printed out a copy of the listing and included it in the package with the item. Today I went to do the same thing and the "Print" button was gone. Why ? This tool is of GREAT use. I used it for EVERY sale I made. I called eBay customer service and they had no answer. The only suggestion was to do use the "Print Screen" option on my computer. This isn't as good as the eBay Print Listing because it includes info that isn't useful to the buyer and it doesn't leave the proper space I used to mark the item Paid In Full and a Thank You for your purchase note.
How can I / we let eBay know how important this button was ? Any suggestions ?
Thanks in Advance,
Solved! Go to Best Answer
- « Previous
- Next »
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 10:53 AM
Maybe I am the only one but the javascript workaround for the Print button is no longer working again. Ebay may have changed something like last time and an adjustement was needed. Can someone please revise the script and post. Thanks. This workaround has been wonderful. Thanks to all who designed it.
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 01:47 PM - edited ‎09-04-2017 01:48 PM
This is the scriplet that I use since a while now:
javascript:window.location.href='http://' + document.domain.replace(/^\w+\./,'cgi.') + '/ws/eBayISAPI.dll?ViewItem&rt=nc&print=all&' + (x=document.documentElement.innerHTML).match(/&(item=\d+)/)[1] + '&si=' + x.concat(document.documentElement.textContent).match(/&(amp;)?si=(.{27,81}\x253D)/)[2]
Note: Because of a quirk of this forum's code parsing routine you need to replace : after the first word 'javascript' with a plain old : (a colon character) before saving the bookmarklet in your browser.
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 05:26 PM
Thanks but it is not working for me. I did the ":" change. Is the smiley wink for real??
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 06:01 PM - edited ‎09-04-2017 06:04 PM
@pradikat wrote:Thanks but it is not working for me. I did the ":" change. Is the smiley wink for real??
**bleep**.... No the smiley shouldn't be there...
Ebay, really? Is it that hard to keep your hands of working stuff (in this case the <CODE> tag)?!!!
Apparently that smiley thing is 'new', yet another new quirk and bug from eBay...
So far for the <CODE> tag which is suppose to literally show you code and not parse anything at all.
(and even if you would copy that code with smiley, they screw it up too: instead of literally copying the underlying code of the smiley, they replace it with the text "Wink Smiley")
(almost as bad as facebook..... programmers these days are way overpayed and/or standards are not what they used to be if you ask me *sigh*)
So, anyways, enough rant....
Since eBay continues to screw stuff up, I'll use PasteBin.
Here you can copy the proper code:
https://pastebin.com/Q2sv8ru2
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 06:14 PM
Your rant is appreciated. It works on most item page links and that's good enough for me. Your input is a G-dsend to rational, normal ebay users. Thanks!!
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 07:08 PM
Hi kurtrobear,
I swear, the javascript link stopped working again. It was kind of sporadic after the last update (via the pastbin link) but now, zilch. Any ideas?? Thanks SO MUCH!
Lar
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 12:57 PM - edited ‎09-23-2017 01:02 PM
@pradikat wrote:Hi kurtrobear,
I swear, the javascript link stopped working again. It was kind of sporadic after the last update (via the pastbin link) but now, zilch. Any ideas?? Thanks SO MUCH!
Lar
Correct.
eBay has indeed once again changed some things (the "si" parameter which that script/method depends on, is no longer always listed in the source of the page. As such, for those item pages (mostly all BINs style auctions), the bookmarklet can't find it anymore and thus it can't construct the proper URL to go to.
But there is also some good news though....
I've made a bookmarklet script which has a far more complicated script than before, which works in all kind of conditions and even works on pages like the "Order Report" page....It also stores the latest found "si" parameter in a cookie, so it can be used later when there is no "si" parameter listed anymore in the the source, like with BIN (Buy It Now) style auctions.
But before I paste that, I have to say that the original/old method of manually constructing the URL to get the "Print button/link" back, also seems to be working again!!!..... It even works for closed listings too if you add another parameter ("orig_cvip=true")!!!!!!!!!!!:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemVersion&orig_cvip=true&item=xxxxxx
where xxxxxx needs to be replaced with the item number, will once again give you the item page with the "Print" button/link where it used to be, on the right side of the page, next to the "Report item" button/link.
But, this said, and while doing the research (if you can call it that), I accidently noticed that the "Print" button/link seems to be back for certain active items (not all)!!!???? Can anyone confirm that??
Either way, it still isn't there in closed listings though, and it also doesn't always seem to be there. But I swear I saw it couple of times lately.
SO, the above URL workaround can again be used.
The more complicated bookmarklet/script I'll post later (time has run out here, need to get back to work), but for the time being you could use the manual workaround with the above link. Hope that helps a bit......
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2017 12:37 PM
Hey Kurt.
OK . I will wait! Where do you add the ("orig_cvip=true") to make the old one work with closed listing? Thx
Larry
Re: New "Print Listing" Bookmarklet 6/9/16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2017 01:39 PM
Hello Everyone,
Due to the age of the thread, it has been closed to further replies. Please feel free to start a new thread if you wish to continue to discuss this topic.
Thanks for understanding!

- « Previous
- Next »
- « Previous
- Next »