fixed price to gross in send-preorder-custom-new-notification.php
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user