Jump to content

product.tpl target="_blank"


Recommended Posts

I want my product when clicked, always open in new tab, but only for product page,this is the code

 

<li id="thumbnail_{$image.id_image}">
					<a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox')}" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}">
						<img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium')}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}" />
					</a>

 

 

can someone help me?

Link to comment
Share on other sites

how to do that? I tried this

<h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" target="_blank" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}</a></h3>

still no luck :(

Link to comment
Share on other sites

×
×
  • Create New...