View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007956 | OXID eShop (all versions) | 2.6. Administer orders | public | 2026-05-29 10:14 | 2026-05-29 17:24 |
| Reporter | OxidSimonGassenschmidt | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Summary | 0007956: oxbillustidstatus stays 0, even with oxustidstatus is 1 | ||||
| Description | EE Field oxbillustidstatus seems to be never updated to 1 in a normal workflow of register -> order. | ||||
| Steps To Reproduce | 1. Install EE with demodata 2. Create user with a valid vat-id 3. Create a Order with this user - it will be a normal "b2b" Order. 4. in admin-section Administer Orders -> Overview you will see the message VAT ID validation failed 5. Check DB for this user and for the order oxorder__oxbillustidstatus will be 0 oxuser__oxustidstatus will be 1 | ||||
| Additional Information | On Order Creation this snippet of vendor/oxid-esales/oxideshop-ee/Application/Model/Order.php L. 33 $this->oxorder__oxbillustidstatus = clone $user->oxuser__oxustidstatus; is according to debugger never called. it is the only snippet which seems to copy oxustidstatus to oxbillustidstatus. | ||||
| Tags | No tags attached. | ||||
| Theme | Not defined | ||||
| Browser | Not defined | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||