Here is the information from the log from the timestamp, there is nothing around the time 20:20
2014-08-21 19:34:34,390 [88] INFO UmbracoExamine.DataServices.UmbracoLogService - [Thread 20] Index is being optimized, Provider=InternalIndexer, NodeId=-1
2014-08-21 20:50:30,695 [88] INFO UmbracoExamine.DataServices.UmbracoLogService - [Thread 108] Index is being optimized, Provider=InternalIndexer, NodeId=-1
Here is an exampel of the order created, when i was gone.
You properly has the TC.GetOrder somewhere in your code. This method creates an order if the customer doesnt have one. You would need to send false as the second parameter to force it not create an order.
Teacommerce - order created by it self
Hi
I have a teaCommerce in Umbraco 7
In a strange way it creates order by it self.
Is there anyone who had seen this error before?
Here is the information from the log from the timestamp, there is nothing around the time 20:20
Here is an exampel of the order created, when i was gone.
Hi Rene
You properly has the TC.GetOrder somewhere in your code. This method creates an order if the customer doesnt have one. You would need to send false as the second parameter to force it not create an order.
Kind regards
Anders
Hi Anders
Is this the same for TC:GetCurrentOrder
René
Hi Anders
I have solved it, it was the second parameter, false.
Tanks, René
is working on a reply...