From 6aa7480a2d8320dae80591baff1c2ec84b4d5bc0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 12 May 2021 16:04:55 +0000 Subject: [PATCH] wait #4447 @0.5 --- inc/ws/Metier/class.ws.book.parametres.php | 1 + inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index 5ad6d65b0..82cbc8daa 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -580,6 +580,7 @@ class wsBookParametres extends wsParametres __('Article') => 'icon-article', __('Panier (sac)') => 'nav-basket', __('Panier (caddie)') => 'nav-cart-caddie', + __('Panier (wishlist)') => 'nav-cart-wishlist', __('360°') => 'icon-360', __('Photo') => 'icon-photo']; $actions = [ 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 c491ee1fc..94a7fb5ac 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -541,7 +541,7 @@ class wsHTML5Compiler } $this->config->product_zoom_references = []; - foreach ($this->config->basketReferences as $ref => $data) + foreach ($this->config->basketReferences as $ref => $data){ $this->config->product_zoom_references[$ref] = [$ref]; } } -- 2.39.5