PrestaSharp
PrestaSharp copied to clipboard
date_upd and date_add return null
date_upd and date_add are returning null. My version is 1.2.9.
Is there any way to fix this?
I also have this problem with version 1.2.9 When I update a product the lack of the two dates causes an error, PrestaShop assigns the system date to the date_add and date_upd fields. I find products added in 2010 in the "new products widget".
@aippolito The issue is fixed but no newer version has been released yet.
I'm having the same issue. I'm using "GetByFilter" and the date related fields are returning null.
Solved by cloning the project instead of using nuget package.
@ruibarroso I don't know when there will be a new release. I solved the issue by taking the source directly from the GitHub repository and putting it directly into my project. Referencing it instead of the NuGet package will solve your issue
Why is the package not updated?
Yes at the moment I used a Web API.