Hi,
Can anyone please help to understand the reason why the aftersave notification (of an order) is lauched 3 times when refreshing the first step of checkout. I've made a video (http://screencast.com/t/yRKaZYDPR0) where it shows that after making a refresh to the page are called the CartLoad notification, and then 3 times the AfterSave notification e finally the CartLoad notification.
I've also noticed using SQL profiler that these notifications correspond to three update statements executed in the server.
This is being a issue in some of our projects because we use this aftersave notification to send data to the ERP and this multiple calls are creating unnecessary calls to the ERP.
Best,
Rui Silva