Setting invoice country same as shipping country in EU This script sets the invoice country to the same country as the shipping country when a country inside EU is selected. The purpose of this is to not allow customers to select an invoice country outside EU while delivery is inside EU. This prevents customers from bypassing VAT tax on their order. 1. Navigate to Management > CMS and scroll down to Your order and click the Edit icon 2. In the text editor, click the Insert icon (the icon with square boxes) at the top right 3. Click on Edit HTML The text editor now switches to HTML editing. If code is pasted here, the code will not go through the CMS HTML sanitizer. Paste the following code in the page footer: If your webshop is multilingual, the code needs to be inserted for each language individually.