From a699a112c3717ae87420bfe7cf51f68419d4719c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 19 Dec 2023 20:05:40 +0100 Subject: [PATCH] wip #6554 @0.5 --- src/Links/CartLink.php | 3 +++ 1 file changed, 3 insertions(+) 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'; } -- 2.39.5