From: vincent@cubedesigners.com Date: Mon, 26 Oct 2020 17:08:21 +0000 (+0000) Subject: wait #3960 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=debc16cfa1dab606cd85bc134890fbf660a124fc;p=cubeextranet.git wait #3960 @1 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 86cee452c..a0dda0cc6 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -113,6 +113,9 @@ class wsHTML5Link return new actionLink($id, $init, $compiler); case 12: if ($compiler->book->parametres->basketManager === 'Puma') { + if (isset($compiler->config->product_zoom_references[$init['to']]) && count(isset($compiler->config->product_zoom_references[$init['to']])) > 0) { + $init['infobulle'] = 'Digital information'; + } return new zoomProductLink($id, $init, $compiler); } if ($compiler->book->parametres->product_zoom_references !== '') {