Hallo zusammen,
wir haben heute die App “Excempify” in unserem Shopify getestet um unseren EU Kunden endlich Steuerfreie Bestellungen zu ermöglichen.
Die App ermöglicht es Kunden eine UST Nr. einzugeben und dann Steuerfreie Bestellungen tätigen zu können. Dabei wird die USt. Nr. dann zu Xentral als Warenkorb Kommentar übertragen. Wir würden uns natürlich wünschen dass die UST. Nr. ins Feld USt. Nr. eingetragen wird und so auch in Xentral alles sauber ist.
Die Shopify APP sagt dazu folgendes:
Kann man sich dies irgendwie zu nutze machen?
Using VAT Ids in invoices and Shopify notifications
You can include successfully validated VAT Ids in your invoices, order receipts and all order-related Shopify Email notifications.
Validated VAT Ids are stored as so-called order attributes of the associated order.
If you use the popular app Order Printer, you can use this code in your invoice template to display a validated VAT Id:
{{ attributes.vat-id }}{{ attributes.local-vat-id }}
If you want to include some conditional text or display elements if the order was placed with a VAT Id, you can use the following code and adapt it as needed.
{% if attributes.vat-id != blank %}Order was placed with EU VAT ID {{ attributes.vat-id }}{% endif %}