>On “that screen” I guess you meant the order screen.
yup
> by “?!” I guess you mean: “are you crazy?
lol, no, i did not mean that.
i meant “why a popup – i.e the same thing twice – if the colours should make it quite obvious already”
that said, if you wanted to have a popup on any/every page – order history or not – you could also write some ajax on a timer or some such that checks for new orders via some query as in (roughly)
SELECT count(*) FROM wp_wppizza_orders WHERE payment_status='COMPLETED' AND order_status='NEW'
=>if results, do popup
you get the idea....