View Issue Details

IDProjectCategoryView StatusLast Update
0007956OXID eShop (all versions)2.6. Administer orderspublic2026-05-29 17:24
ReporterOxidSimonGassenschmidt Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Summary0007956: oxbillustidstatus stays 0, even with oxustidstatus is 1
DescriptionEE Field oxbillustidstatus seems to be never updated to 1 in a normal workflow of register -> order.
Steps To Reproduce1. 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 InformationOn 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.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.