View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006189 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2015-07-13 17:15 | 2024-02-07 14:19 |
Reporter | henrik.steffen | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.9.4 / 5.2.4 | ||||
Summary | 0006189: VAT handling for Monaco is wrong | ||||
Description | Monaco is member of European Union. So oxcountry__oxvatstatus should be set to 1 in default country database DE: Mehrwertsteuerfrei falls Umsatzsteuer-Identnummer bekannt EN: Do not bill VAT only if provided valid VAT ID | ||||
Tags | Product domain and basket rewrite | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Monaco is in fact no member of the European Union. But it is handled similar to a EU country taxwise. |
|
ah, of course, you are right. |
|
The real problem is this: public function isInEU() { return (bool) ($this->oxcountry__oxvatstatus->value == 1); } A country that does handle the VAT for companies in the same way as we does not make it part of the EU... |