Forum PrestaShop

Il Forum di PrestaShop è lo spazio in cui puoi condividere con la comunità di PrestaShop consigli pratici sull'e-commerce e trovare la risposta a tutte le domande tecniche e funzionali.

Forum PrestaShop

Jump to content

 

[SOLVED] add link information on product page

2 replies to this topic
#1
h0lyface

    PrestaShop Newbie

  • Members
  • Pip
  • 11 posts
hi all

i'd like to ask how to add link on the product page (image attached - addlink.jpg) ?

and how it can behave like:
when i click the link, it will pop-up a window as if im clicking the product image (image attached - addlink2.jpg)
but i want to show other image if i click the link (not the product itself)

please help

Thanks before

Attached Files



#2
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
Add code like the following to product.tpl:


<a href="imageURL" class="thickbox">Link text


Change "imageURL" to the URL of the image you want displayed in the thickbox.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#3
h0lyface

    PrestaShop Newbie

  • Members
  • Pip
  • 11 posts
That is super perfect, rocky!!!
Thank you so much