View Issue Details

IDProjectCategoryView StatusLast Update
0001549OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:23
Reporterjuergen_busch Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.3.0 revision 26948 
Summary0001549: Drop dependance of Company Name for VAT calculation for companies
DescriptionIn order process the VAT ID No. can be specified in user details. But VAT will be still calculated in the basket, if "Company:" is missing.
VAT is not calculated in basket only if both - VAT ID and Company name - are filled.

At some cases (i.e. merchants) customer can have VAT ID, but no Company name. So to make it working properly, need to drop relation of Company Name for VAT calculation, means - only VAT ID should be checked in this case:
- if VAT ID is valid - then do not calculate VAT for this customer;
- if VAT ID is not valid - then throw a warning message and include VAT ID.
Do not check if Company name is filled or not.
Additional InformationEnterprise Edition: Only if "VAT ID No.:" and "Company:" is filled, VAT verification starts. But I've got the following message in order step 2: VAT_MESSAGE. -> translation (correct text) is missing in lang files.
TagsOrder
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

juergen_busch

2009-12-10 14:07

reporter   ~0002201

Ticket#: 128213
Hint from Mr. Egenberger: it's not compulsory to have a firm if VAT ID is used in order process. An established merchant, for example, could have a VAT ID but no firm or firm name.

sarunas_valaskevicius

2009-12-15 12:37

reporter   ~0002225

removed company name checking