paristokyopempelfort
- fischerstrasse 3
- d-40477 düsseldorf
- germany
- shop@paristokyopempelfort.com
- +49 (0)211 - 59 89 506
Rechnung #
$itemBody = $GLOBALS['thisarticle']['body'];
$itemBody = str_replace("Shopify Order #", "Bestellnummer ", $itemBody);
$itemBody = str_replace("Customer:
", "Rechnungsanschrift:
", $itemBody);
$itemBody = str_replace("Ship", "Ship", $itemBody);
$itemBody = str_replace("Order:", "", $itemBody);
$itemBody = str_replace("tax (included)", "MwSt.", $itemBody);
$itemBody = str_replace("shipping", "Versandkosten", $itemBody);
$itemBody = str_replace("total", "
(inkl. 19% MwSt.)
", $itemBody);
echo $itemBody;