From: vincent@cubedesigners.com Date: Wed, 18 Nov 2020 15:24:09 +0000 (+0000) Subject: wait #4076 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9b136b31f12ad696d365498ba67abdb0b8a45a92;p=cubeextranet.git wait #4076 @0:10 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index ebf18b2fe..06370ebb3 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -454,11 +454,11 @@ class wsHTML5Compiler } } - $this->config->product_zoom_references = []; - foreach ($this->config->basketReferences as $ref => $data) { - $r = [$data['Lien']]; - $this->config->product_zoom_references[$ref] = $r; - } +// $this->config->product_zoom_references = []; +// foreach ($this->config->basketReferences as $ref => $data) { +// $r = [$data['Lien']]; +// $this->config->product_zoom_references[$ref] = $r; +// } }