Jump to content

link to image on product page


Recommended Posts

hello

 

you can extend product page object (add new field) where you will use url to image.

then in product.tpl you can use code to display link to this image

 

something like:

{if $product->newfiled}
<a href="{$product->newfiled}">{l s='dimensions'}</a>
{if}

you can also add fancybox there etc.

Link to comment
Share on other sites

×
×
  • Create New...