kentico_zdenekc
-
3/15/2012 9:41:52 PM
RE:OrderDate not saving
Hi Richard,
The OrderDate of a new order is always (except when it's imported) set to DateTime.Now
If you're setting this for a new Order, then the solution for you will be to save the order first, set the future date and save the order again (OrderInfoProvider.SetOrderInfo(orderinfo)).
Regards, Zdenek
|