]> _ Git - fluidbook_tools.git/commitdiff
wip #6554 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Dec 2023 19:05:40 +0000 (20:05 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Dec 2023 19:05:40 +0000 (20:05 +0100)
src/Links/CartLink.php

index eaa2def1915273102f52327a79a1dc496ff480d5..378ab51c3eb8b06367c209ba7d36f00d36dcb236 100644 (file)
@@ -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';
     }