Popular Posts
Recent Posts
Tools for Niche Site Success Hostgator Unlimited Hosting

Change the Default eBay listing logo to Promote Sign-Ups!

August 29, 2007

Sign up for eBay Today!

Promote eBay Signups with your BANS Store! (Skill - 2) 

In the setup process of your Build a Niche Store, you have the option of displaying the eBay logo on all your page listings. In general, it is the standard eBay logo and you can see it by turning the feature on.

I decided to upload a different eBay logo as you see above, and go into the code that controls the display section and add the referral tracking code to the FrontControl.php file

Disclaimer - ALWAYS make a backup of any of your BANS pages before making changes. If something goes wrong, you can just save it back in one minute and have your store running while you correct the issue!

How Can you do This?
First, right-click on the above ebay image and choose “Save Picture As” and save into your /themes/yourtheme/images/ folder. (Change the “yourtheme” portion with the name of the theme you are using) After you have it saved, upload it to your server with the ftp program.

Now that the image is on your server, open your /cont/FrontControl.php file and scroll to about line: 345, you will see function logodisplay() code. Find the section that has:

  •  $f = ”
    <img src=”.URL_PATH.” mce_src=”.URL_PATH.”/themes/”.$temp.”/images/ebay.gif>
    “;

Replace with: (Replace the PID to your CJ PID number)
Download this text file

  • $f = “<a href=’http://rover.ebay.com/rover/1/711-1751-2978-71/1?AID=5463217&PID=000000&mpre=https%3A%2F%2Fscgi.ebay.com%2Fws%2FeBayISAPI.dll%3FRegisterEnterInfo%26_trksid%3Dm37′ target=_blank>
     <img src=”.URL_PATH.” mce_src=”.URL_PATH.”/themes/”.$temp.”/images/ebay.jpg border=0></a>
     ”;

Save the file, upload it to your server… turn on your new eBay referral link!

Popularity: 13% [?]

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments

18 Responses to “Change the Default eBay listing logo to Promote Sign-Ups!”

  1. Ross Bassette on August 29th, 2007 3:35 pm

    Mark

    I get the following error after install of this script:
    Parse error: syntax error, unexpected T_STRING in /home/rossb1/public_html/cont/FrontControl.php on line 309

    Here is the codewith my CJ PID, in place:
    function logodisplay(){
    $temp = $this->getOptions(”template”);
    $ebaylogo = $this->getOptions(”logo”);
    $f = “

    “;

    Any help would be appreciated

    -Ross-

  2. Mark on August 29th, 2007 3:53 pm

    Hi Ross -

    Where you currently have:

    $f = “

    “;

    You need to have:

    $f = “

    “;

    Of course - change the PID to your own. If you are still having problems - copy/paste your code:

    $f = ”

    “;

    and send it to me at Mark@ thekidscollegefund .com (close the gaps) and I will return it with the correct paste in code.

    Thanks

    Mark

  3. Build a Niche Store Mods | Domain Monetization - The Project of Time on August 29th, 2007 4:14 pm

    […] « Change the Default eBay listing logo to Promote Sign-Ups! […]

  4. Mark on August 29th, 2007 5:55 pm

    Ron -

    I added a text file into the description - use the text file for the code you need to paste. Remember to change the PID.

    Mark

  5. Ross Bassette on August 29th, 2007 7:49 pm

    Mark,

    I copied the codse from the file you posted above and this time it worked.

    This is a GREAT MOD. I have been trying to figure out how to put a visible, but unobtrusive sign-up link on each page. This is exactly what I was looking for.

    Many Thanks,

    Ross

  6. Jiselle on August 29th, 2007 11:20 pm

    Hello Mark,

    Thanks for this it is something I have wanted but I am having trouble with it working. I know a little HTML and I did what you said but when I uploaded the file I the image didn’t show just a box with not the red x but something like it.

    I believe my problem is in uploading the image. What I did was make the folders you said to put the image in - where you said put your theme where you have ‘your theme’ the folders I have where I foudn ‘themes’ was here: scripts>themes>default

    Now since I had only the default I made a folder with my theme ‘harley’ and put the image there.

    I understand I royally screwed up here and I do apologize for my lack of knowledge but could you please set me straight? I know enough to know that I didn’t change the file name where the image goes but well, you can figure this out, right? :o)

    I just turned off my ebay logo for now but would like to get this figured out.

    Thanks very much for your time!

    Jiselle

  7. Mark on August 30th, 2007 12:23 pm

    Hi Jiselle -

    If you are using the default BANS theme, you want to upload the image into your /Themes/default/images/ folder. You should see an image in there now named: “ebay.gif”, essentially, you will just be adding this image into the same folder, it is named ebay.jpg.

    Thanks,

    Mark

  8. George on August 31st, 2007 7:35 pm

    Thanks Mark…. This is a nice addition to BANS.

  9. Jiselle on August 31st, 2007 9:15 pm

    Hi once again, Mark!

    Thank you for getting back to me.

    Actually I am using my own header, not the default. I guess I should have mentioned the fact. So, what now?

    Thank you ahead of time!

    Jiselle

  10. Sean on September 10th, 2007 12:17 pm

    Nicely done - this particular mod, and this site as a whole. (Speaking of, isn’t it time for a new post? ;) )

    Just curious though: is the banner your own creation or eBay’s? If yours, you wouldn’t happen to be willing to share the source file. I know it’s a little thing, but the backgrounds I plan to use on many of my sites aren’t going to be pure white, so the banners don’t blend just right.

    If not, not a problem, I can create another. But why reinvent the wheel if I don’t have to…

  11. MMontez on September 18th, 2007 2:47 pm

    Great blog Cool Ideas
    I got the MOD almost to work the pic comes up, just not the linking
    This is what it looked like before the change

    $f = ”

    “;

    This is after

    $f = ”

    “;

    Right ???????
    Help!!!!!!!!!
    Thanks in advance
    MMontez

  12. Mark on September 18th, 2007 5:13 pm

    Hi Mmontez -

    Try the text file (http://www.thekidscollegefund.com/rawfiles/bans-ebay-link.zip) for the code - the html of the post kinda skews the code a bit.

    Let me know if that worked for you - please post a link to your site in your return post - free advertising also!

    Mark

  13. Seoline on September 24th, 2007 7:14 am

    Seoline

    […] and wrote a very informative article on Seoline that […]

  14. Rick on October 7th, 2007 5:49 pm

    Mark,
    Thanks for the mod, it worked great.

  15. Matt on November 20th, 2007 9:46 pm

    Why is the AID # in your code different than the AID # in the product listings?

  16. donna on March 8th, 2008 1:49 pm

    Mark,
    I followed your instructions for the ebay logo, but the old logo is still showing. Please help.

  17. Stephen Neilsen on April 8th, 2008 9:47 pm

    Mark,

    What changes need to be made to the code to comply with the new EPN from eBay?

  18. Mark on April 9th, 2008 8:23 am

    @ Donna and Stephen -

    Please email me the urls of the sites you may be having problems with.

    Use the contact form above… I will jump in and help out.

    Thanks,

    Mark

Got something to say?





Subscribe to The Niche Store Builder Site

Subscribe to the Niche Store BuilderDon't miss a single post about Developing your Niche Store or Website! Subscribe today and start Making Money!

Featured Links and Resources

Featured Niche Store of the Month

Current Niche Projects

Top Niche Builder Commentators

Last 10 Comments

Blogroll

Niche Builder Categories