From 4116fc3ffde433abe12ab843eb54e6e48b4a7997 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Oct 2023 18:03:33 +0200 Subject: [PATCH] wait #6426 @1 --- app/Fluidbook/Link/Cart/Joueclub2021CartLink.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/Fluidbook/Link/Cart/Joueclub2021CartLink.php b/app/Fluidbook/Link/Cart/Joueclub2021CartLink.php index d5e83bd7a..8d61c0642 100644 --- a/app/Fluidbook/Link/Cart/Joueclub2021CartLink.php +++ b/app/Fluidbook/Link/Cart/Joueclub2021CartLink.php @@ -13,6 +13,10 @@ class Joueclub2021CartLink extends CartLink public function getInnerContent() { + if (file_exists($this->compiler->working_path('commerce/bouton-wishlist.svg'))) { + return file_get_contents($this->compiler->working_path('commerce/bouton-wishlist.svg')); + } + return ' - + @@ -38,7 +42,7 @@ class Joueclub2021CartLink extends CartLink c0.1,0.1,0.2,0.2,0.4,0.2C23.9,34.2,23.7,33,23.7,31.8z"/> - + -- 2.39.5