netresearch / dhl-shipping-m2

DHL multi-division shipping extension for Magento 2
Open Software License 3.0
13 stars 4 forks source link

UK > 125 GBP not handled as export #31

Closed YiffyToys closed 3 years ago

YiffyToys commented 3 years ago

For orders >125 GBP (according to ) to the UK (except northern ireland = ZIP codes starting with "BT"), the customer pays VAT and duties and the seller has to do the usual export paperwork (just CN22/CN23 for orders <1000eur). Looks like the backend handles that case but the frontend is missing the input fields for an export and handles it like an EU parcel.

(Magento VAT rules can't handle value dependent VAT rules yet either, so we currently have a minimum order size for UK customers.)

Screenshot 2021-04-17 141748

HMRC rule:

https://www.gov.uk/government/publications/changes-to-vat-treatment-of-overseas-goods-sold-to-customers-from-1-january-2021/changes-to-vat-treatment-of-overseas-goods-sold-to-customers-from-1-january-2021

official exchange rates for the 125 GBP rule: https://www.gov.uk/government/publications/hmrc-exchange-rates-for-2021-monthly

powli commented 3 years ago

Hey @YiffyToys ,

The route dependent input field availability is dependent on the EU countries configuration in the Magento configuration. Have you checked if UK is part of EU in the affected shop?

YiffyToys commented 3 years ago

Damn. I thought we had that on the checklist back at the 1st of January. Thanks for the hint.