Posted on 14/03/2017 16:29:16
Hi Nicolai,
I came across this issue again. And although I cannot reproduce it consistently, I have +100 carts in that situation. Could somebody take a look and try to check the order logs and find a pattern?
So far all I noticed was that the orders has some more orderline like taxes (using Avalara) but some also had discounts. I picked them up like this
SELECT o.*
FROM EcomOrders o
WHERE
o.orderID NOT IN (SELECT ol.orderlineorderid from EcomOrderLines ol where ol.OrderLineType IN (0,2) )
AND
o.OrderCart = 1
ORDER BY o.orderDate DESC
I will send the URL through email.
Best Regards,
Nuno Aguiar