I have published the site and the OnNewOrder event. But the event is still not working. Not sure what is wrong.
All I want to do in OnNewOrder is to query the Stores/Order table for the lineitems and instert individual items in another table fro fulfiment ans custom point calculation .
The tables I am trying to insert to ar published , but the data i snot written to it.I am not sure what is wrong as I am unable to debug the event.Don’t know if the event is being executed.
I tried calling the same function on a test page on site with a dummy event passed to it. It worked perfectly.
Please help resolve this issue