We’ve got product feature with D (Date) type.
Each time after saving product page without appropriate filling of this field this default value is set to 01/01/1970. Then this feature appears in frontend page among other features and sometimes we forget to fix it.
I’ve found this issue fixed report
http://forum.cs-cart.com/tracker/issue-3880-profile-details-birthday-reverts-to-01011970-after-saving/
but how can we fix it manually without updating cs-cart?
We have our CS-cart code changed directly without hooks (((
Export your products and edit csv. Leave your product code same and add store ,language and date added to csv. Set date added to date that fits your need
[quote name='demeldoo' timestamp='1414936869' post='195916']
Export your products and edit csv. Leave your product code same and add store ,language and date added to csv. Set date added to date that fits your need
[/quote]
Thanx. i know this way.
But problem is how to fix it in the code.
I'd like to set default Date value to the current DD.MM.YYYY when product is created first time.
I belive this issue is related with rss addon which produces wrong days also so o I have reported it to bug tracker. Which version do you use?
I mean date…
[quote name='demeldoo' timestamp='1415170199' post='196067']
I belive this issue is related with rss addon which produces wrong days also so o I have reported it to bug tracker. Which version do you use?
I mean date…
[/quote]
My version is 4.1.2, January 28 2014
and I have an update distributive in admin panel to 4.1.3 from 21.03.2014 but can't do it
I have my code modified without hooks
it's doesn't matter how you modified your code…
grab everything you need… copy to someplace… i mean extract only the modified code part and replace it in the new version after updated if needed…
you can follow this issue here :
http://forum.cs-cart.com/tracker/issue-5296-rss-feed-bug/
this is i belive also connected with your trouble…