From: vincent@cubedesigners.com Date: Wed, 12 May 2021 16:04:55 +0000 (+0000) Subject: wait #4447 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6aa7480a2d8320dae80591baff1c2ec84b4d5bc0;p=cubeextranet.git wait #4447 @0.5 --- 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]; } }