From: Vincent Vanwaelscappel Date: Tue, 19 Dec 2023 19:05:40 +0000 (+0100) Subject: wip #6554 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a699a112c3717ae87420bfe7cf51f68419d4719c;p=fluidbook_tools.git wip #6554 @0.5 --- diff --git a/src/Links/CartLink.php b/src/Links/CartLink.php index eaa2def..378ab51 100644 --- a/src/Links/CartLink.php +++ b/src/Links/CartLink.php @@ -12,6 +12,9 @@ class CartLink extends NormalLink public function getDefaultTooltip() { + if ($this->to === 'auto:all_in_page') { + return 'add all page products to cart'; + } return 'add to cart'; }