You are here:  » From Ebay... to Ebay logo


From Ebay... to Ebay logo

Submitted by johberg77 on Mon, 2013-04-29 01:35 in

Hi again David,

This should be a easy one:
How do you change 'From Ebay...' to 'From [ebay logo] in the ebay api file?

Thanks,
John

Submitted by support on Mon, 2013-04-29 08:10

Hello John,

In your pto_api_ebay.php file, locate the existing line that displays the heading around line 62:

  return "<h3>From eBay...</h3>";

...and REPLACE with:

  global $pto_config_externalBaseHREF;
  return "<h3>From <img src='".$pto_config_externalBaseHREF."logos/ebay' /></h3>";

...and then upload the logo file as "ebay" (no extension) to the /logos/ folder of your Price Tapestry installation and that should do the trick...

Cheers,
David.
--
PriceTapestry.com

Submitted by johberg77 on Tue, 2013-04-30 13:31

Fantastic!

Thanks, David,

John