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
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
Fantastic!
Thanks, David,
John
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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