From 9b136b31f12ad696d365498ba67abdb0b8a45a92 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 18 Nov 2020 15:24:09 +0000 Subject: [PATCH] wait #4076 @0:10 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; +// } } -- 2.39.5