- 2
I'm looking for a way to hook into the creation/modification of shipping and billing addresses during the checkout process, so that I may validate them using a 3rd party address verification service.
The way in which I normally intercept the creation and modification of addresses is by using Nop's "IEventConsumer" to suscribe to the "ModelReceived" event.
Thanks in advance!
The way in which I normally intercept the creation and modification of addresses is by using Nop's "IEventConsumer" to suscribe to the "ModelReceived" event.
Thanks in advance!