From 4689ed3dc0ae7954b6bf4fa15e3cfb651486061a Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 24 Jun 2025 14:04:49 +0200 Subject: [PATCH] fixed price to gross in send-preorder-custom-new-notification.php --- .../send-preorder-custom-new-notification.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/preorder/custom_notifications/send-preorder-custom-new-notification.php b/scripts/preorder/custom_notifications/send-preorder-custom-new-notification.php index 4d9ecf9df..82ab9e014 100644 --- a/scripts/preorder/custom_notifications/send-preorder-custom-new-notification.php +++ b/scripts/preorder/custom_notifications/send-preorder-custom-new-notification.php @@ -141,6 +141,7 @@ while($row = $res->fetch_assoc()) { $template_embed_name = "{{EMBED:tpl-rml-neue-bestellung-preistext-option1-gratis}}"; if($price_setup > 0.0000) { $template_embed_name = "{{EMBED:tpl-rml-neue-bestellung-preistext-option2-preis}}"; + $price_setup *= 1.2; } sendPreorderEmail(