Rakward Posted July 15, 2010 Share Posted July 15, 2010 I have 6 orders in my store, all of them have had status updates etc ...But only on the 3rd and 4th does the "new" image disappear. I've opened the other orders multiple time, they keep having "new" in front of it? Even after logging out/in again ...Anybody else got the same problem? Link to comment Share on other sites More sharing options...
Mister Denial Posted September 13, 2010 Share Posted September 13, 2010 Yes, I have the same issue and are still not able to figure out why the "new" disappears on some orders, and some not. I am browsing the forums for a solution, so far without success. Link to comment Share on other sites More sharing options...
Mister Denial Posted October 7, 2010 Share Posted October 7, 2010 Anyone? Help would be much appreciated!Using Presta 1.3.1. Link to comment Share on other sites More sharing options...
rocky Posted October 8, 2010 Share Posted October 8, 2010 Here's the query that determines whether an order is marked as "New": IF((SELECT COUNT(so.id_order) FROM `'._DB_PREFIX_.'orders` so WHERE so.id_customer = a.id_customer AND so.valid = 1) > 1, 0, 1) as new, It seems it marks all orders as new if they have the "valid" field set to 1. Link to comment Share on other sites More sharing options...
Recommended Posts