Total de postagens:
5
Karma:
25
Ingressou:
19/12/2022
Localização:
India
i have created date is 24-02-2016 for customer but now showing the date is 10-12-2022 in customer table createdonutc field for nopcommerce4.5
Total de postagens:
334
Karma:
3217
Ingressou:
23/07/2017
Localização:
India
HI can you please more detail did you add customer from SQL Server? or Backend side from the web it store your configuration time zone or UTC , and if you checking with local so might be that is the reason it showing miss match
Total de postagens:
5
Karma:
25
Ingressou:
19/12/2022
Localização:
India
i have newly added the customer for nopcommerce -> register -> option. The customer table record showing the particular customer (createdonUTC column is "24-02-2016") some times the existing customer createdonUTC column value automatically changed to another date. for example: "10-12-2022" for this date updated
Total de postagens:
142
Karma:
2373
Ingressou:
23/08/2018
Localização:
India
Hello, Have you done any customization in the code ?
Total de postagens:
5
Karma:
25
Ingressou:
19/12/2022
Localização:
India
No customization the code
Total de postagens:
334
Karma:
3217
Ingressou:
23/07/2017
Localização:
India
please check with Debug code, it seems some customization is done , On created date it registered at that time update , after that it is using UpdatedDate so verify the things with Debug , while doing registration about your date issue and date change it might be not possible then also please check in code , might modify in Plugin or customization
Total de postagens:
10963
Karma:
98082
Ingressou:
22/05/2011
Localização:
United States
Check to see if you have any Triggers on the Customer table in the DB, (Alternately, 'debug' it by adding a Trigger to log the INSERTs and UPDATEs)