Bonsoir,
Merci pour votre proposition, en fait j'ai opté pour une autre méthode avec le plugin tooltips de regularlabs, j'utilise ce code dans options.php :
if(!empty($optionInfo->product_description)) {
$description = JHTML::_('content.prepare',$optionInfo->product_description);
$options = '{tip title="'.$optionInfo->product_name.'" content="' . $description . '"}<span class="hikashop_option_info" alt="Information"></span>{/tip}';
}
le problème est que lorsque la première fois on clique sur l'icone infos de la première option calle pied la tooltip n'est pas bien positionnée (dés le 2eme essai, c'est bon), je ne comprend pas pourquoi, j'ai essayé de demandé à regularlabs d’après lui cela viendrait peut être de hikashop :
There is '___RL_PROTECTED___' code inside the tooltips.
This is code that gets temporarily added to the content during rendering and should be removed/converted before the final rendering stages.
For some reason that is not happening on your product page.
So it looks like the places where you are using Tooltips in the hikashop item are not passed through the Joomla plugins correctly, or something.
So it seems you cannot use Tooltips there. Not in a stable manner at least.
Peut être qu'il y aurait un truc à modifier dans mon code ?
v2.tricycle-leconfortable.fr/tricycles/t...adulte-lucycle-femme
Merci.