From a1b3945fbd1cf7e8dc5fe6ae88cb01482a45e375 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Tue, 13 Aug 2024 20:58:35 +0200 Subject: [PATCH] updated min price for free delivery --- config/settings_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings_schema.json b/config/settings_schema.json index b9d6ce4..bd45e38 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -1525,7 +1525,7 @@ "type": "number", "id": "shx_free_shipping_threshold", "label": "Shx Mindestbestellwert für kostenfreien Versand", - "default": 1000 + "default": 2000 }, { "type": "number",