By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Does any body know the code to use to add a custom but it now button to auction listings?
I cant find it anywhere.
thanks guys The buy it now button is possible though I have seen it many times.
What im after is the html/javascript that will allow me to have a buy it now button in the actual auction lisitng.
It does seem that the added buy now buttons are no longer working on ebay. The others email friend, add to watch list etc do work.
I have the code for them now...
<a href="http://offer.ebay.com/ws/eBayISAPI.dll?BinConfirm&rev=0&item=220422993385&fromPage=4340&fb=1" id="nav_buynow"></a>
<img src="http://website.co.uk/button.png">
Maybe this? Its from my listing`s HTML.
<!-- ASQ -->
<script>document.write ("<a href=\""+ ebayAskSellerURL +"\" class='button_links' id='button_links'>As Seller a Question</a>");</script>
<!-- Tell a Friend -->
<script>document.write ("<a href='http://contact.ebay.co.uk/ws1/eBayISAPI.dll?ShowEmailAuctionToFriend&item=" + ebayItemID + "' title='Tell a Friend' class='button_links' id='button_links'>Tell a Friend</a>");</script>
<!-- Watch This Item -->
<script>document.write ("<a href='http://cgi1.ebay.co.uk/ws/eBayISAPI.dll?MakeTrack&item=" + ebayItemID + "' title='Watch This Item' class='button_links' id='button_links'>Watch This Item</a>");</script>
<!-- Add Seller to favs -->
<script>document.write ("<a href=\"http://my."+ domain +"/ws/eBayISAPI.dll?AcceptSavedSeller&mode=0&preference=0&sellerid="+ userid +"&ru=http%3A%2F%2Fcgi."+ domain +"%2Fws%2FeBayISAPI.dll%3FViewItem%26item%"+ itemid +"&ssPageName=STRK:MEFS:ADDVI\">Add Seller to Favourites</a>");</script>