Hi
I would like to make a popup that should show up when an orderstate is changed from within the backend. I have added a javascript alert in the Ecommerce.Order.BeforeSave notification:
Dynamicweb.Context.Current.Response.Write("<script>alert(\"Orderstate changed!\");</script>");
The alert shows up when changing orderstate from the orderlist and when editing an order, changing the orderstate and clicking "Save". But the popup doesn't show up if clicking "Save and close" from the order edit page. How can I fix this?