From 7a5bc22ba8cede51311b80182c18fb0227532cd2 Mon Sep 17 00:00:00 2001 From: KnotenJoe <76251911+KnotenJoe@users.noreply.github.com> Date: Sun, 20 Dec 2020 23:51:31 +0100 Subject: [PATCH] fix(galaxus): maxPrice selector (#1469) --- src/store/model/galaxus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/galaxus.ts b/src/store/model/galaxus.ts index 01748863d7..dcba6311f8 100644 --- a/src/store/model/galaxus.ts +++ b/src/store/model/galaxus.ts @@ -8,7 +8,7 @@ export const Galaxus: Store = { text: ['In den Warenkorb'] }, maxPrice: { - container: '.productDetail .ZZa5', + container: '.productDetail .ZZ92', euroFormat: true } },