Jump to content

Aggiungere tooltip alla vista categorie


mma87

Recommended Posts

Ciao a tutti!

sto cercando ad inserire questo tooltip  http://www.walterzorn.de/en/tooltip/tooltip_e.htm nel mio sito. Un esempio della categoria dove è stato inserito il tooltip è questo: http://www.italia-mobili.it/31-consolle-allungabili  lo potete vedere passando col mause sopra l'immagine del prodotto.

Uso prestashop 1.4.7 ed ho modificato il file product-list.tpl dentro /themes/MyTheme/ mettendo questo codice:

<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link"
title="{$product.name|escape:'htmlall':'UTF-8'}" onmouseover="Tip('<div
width="245px">
<p><img style="float: left; margin: 5px;" src="
{$link->getImageLink($product.link_rewrite, $product.id_image,
'medium')}" width="100" height="100"
style=" background-color:#e5e5e5" />

{$product.description_short|truncate:250:'...':true|strip_tags:
'UTF-8'|escape:'htmlall':'UTF-8'}

<br><br>
</p>

<p align="right" style="width:244px">
<b>Prezzo: {convertPrice price=$product.price}</b>
</p></div>', SHADOW, true, TITLE, '{$product.name}', TITLEBGCOLOR,
'#FE0000', BGCOLOR, '#e5e5e5', BORDERCOLOR, '#414340', WIDTH, 250) "
onmouseout="UnTip()"><img src="{$link->getImageLink($product.link_rewrite,
$product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}"

{if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if}/>
</a>

Il problema è che in alcuni prodotti il tooltip è visibile, in altri no. Qualcuno può aiutarmi a far vedere il tooltip in ogni prodotto?

 

 

buona giornata,
Matteo

Edited by mma87 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...