You are here:  » logo and product picture make clikable


logo and product picture make clikable

Submitted by peterb on Sun, 2015-08-02 10:18 in

Hello David,

Is it possible (and how) to make the merchant logo and product picture make clikable to the merchant site through jump.php

{link saved}

logo and product picture same result as "naar winkel"

Regards Peter

Submitted by support on Sun, 2015-08-02 13:27

Hello Peter,

Sure - this can all be done within the Prices / Each template (/wp-admin/ > Settings > PriceTapestry.org). What you need to do is enclose the picture URL output within <a> tags using the %BUY_URL% placeholder, and to change the logo link from %MERCHANT_SEARCH_URL% to %BUY_URL% also.

To do this, edit the template and where you have added this new markup for the picture:

<img class='pto_prices_image' src='%IMAGE_URL%' />

...REPLACE with:

<a href='%BUY_URL%'><img class='pto_prices_image' src='%IMAGE_URL%' /></a>

And finally look for the following markup:

<a href='%MERCHANT_SEARCH_URL%'>%MERCHANT%</a></td>

...REPLACE with:

<a href='%BUY_URL%'>%MERCHANT%</a></td>

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by peterb on Sun, 2015-08-02 13:38

Thanks Again

Works fine, just as i wanted.

Have a nice day.

Peter