View Issue Details

IDProjectCategoryView StatusLast Update
0005741OXID eShop (all versions)4.01. Database handlingpublic2023-11-27 13:44
Reporterrevoltek Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version4.8.4 / 5.1.4 
Summary0005741: Save oxcustnr in oxorder
DescriptionHello,

if i place a order in shop as a guest and do a second order as guest i cant recognize the customer number of the first order.

So the Customer Number should be saved in oxorder to guarantee that the customernumber is available
TagsNo tags attached.
Attached Files
2014-04-24_1200.png (13,079 bytes)   
2014-04-24_1200.png (13,079 bytes)   
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

duplicate of 0001441 closed User and history data are deleted if he orders two times without registering 
related to 0003091 closeddainius.bigelis user without registration loses all assigned usergroups if he orders a second time 
related to 0006218 acknowledgedflorian.auer Unregistered users are deleted 

Activities

jurate.baseviciene

2014-04-24 10:24

reporter   ~0009855

Reminder sent to: revoltek

Hi,

Thanks a lot for submitting this issue. Could you provide more details about this case? For us is not clear which behaviors is not correct. If you order in shop as a guest, then you use the same email?

Best regards
Jurate

revoltek

2014-04-24 10:44

reporter   ~0009856

Hi,

Yes i use the same email.

You could test it:
- place a order as guest
- generate order pdf in admin
- place a second order as guest with the same email
- generate order pdf for old order

Customer number is empty in the second pdf cause it could not read from user table, old guest account did not exist anymore.

Best regards

SvenBrunk

2023-11-27 13:44

administrator   ~0015969

Sorry, but this is exactly what should happen. The difference between a guest order and a regular order is that the data is not kept between orders. (Or to be technically precise: before you do the next order, all other data from that previously created user is deleted from the database.