Is there a way to get the merchant logos on site to click thru to the merchant's site from an affiliate link within the product datafeed or an affiliate link? So when someone clicks on merchant logo on product page, it goes to the product and when clicking to merchant on merchants.php, it takes them to any affiliate link.
Thank you,
Roy
Hi Roy,
Sure - in your html/prices.php, look for the following code within line 11:
<?php print $product["merchantHREF"]; ?>
...and REPLACE that with:
<?php print tapestry_buyURL($product); ?>
Clicking the logo will then go to the same place as the Visit Store text link.
Cheers,
David.
--
PriceTapestry.com