View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006589 | OXID eShop (all versions) | 2.2. Shop settings | public | 2017-02-13 17:33 | 2024-04-03 10:51 |
Reporter | justmike | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
OS | LINUX | ||||
Product Version | 4.9.1 / 5.2.1 | ||||
Summary | 0006589: blVatIdCheckDisabled has no effect | ||||
Description | No matter if you set blVatIdCheckDisabled to true or false, the VatId is validated in any case. | ||||
Steps To Reproduce | - set blVatIdCheckDisabled to FALSE - register new user with an invalid vat id - the VatId gets validated and reported as invalid -> works as expected - set blVatIdCheckDisabled to TRUE - register new user with an invalid vat id - the VatId gets validated and reported as invalid -> one would expect NO validation of the VatID in this case | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0006044 | closed | florian.auer | UST ID check is always enabled |
|
Reproducible in Demoshop. Current demoshop version is PE4.10.3 |
|
I agree that the setting has a misleading name, but the setting only affects the ONLINE check. The offline check that verifies the IDs conform to the format (using the included checksum numbers of the standard) is always on. This is by design. If you have a valid use case that goes beyond the pure expectation based on the setting name, please reopen the ticket with a detailed description. |