Hi, in OXID 4.2.0 EE we got problems with orders containing wrong user id. After debugging I found out that the problem is a regeneration of the user id after the user data gets updated.
Basically the problem is when an unregistered user orders an article and a few minutes later he orders another article with the same user data. In this case the userdata in oxuser gets updated, because the user used the same data the only thing which gets updated is the field `oxuser.OXID`. Now the problem is that the field `oxorder.OXUSERID` from previous order contains the old id from the user which does not exist anymore. Can anyone confirm this? I did not find anything about this in bug tracker. Regards, Reinhard Schneidewind _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
