In the custom shipping module there is an event `t...
# suitecommerce
n
In the custom shipping module there is an event
this.model.on("change:shipaddress", this.updateShippingMethods, this)
but this does not get triggered when you edit/update the address. It is triggered when you change a different shipping address
o
Hi @nzaleski, how are you? I’ve been trying to solve this exact problem recently and have followed the same path you’ve outlined in your comments. Were you able to have success with @TheAntman’s suggestion?
n
No I still wasn't able to. Do you want to connect tomorrow and try to work on this together on this issue?
o
That’s a shame 😞 I’m open to connecting, I’m on AEST though, so not sure how much cross over we have.
n
Ah. And I am not sure if it wouldn't work. The instructions were not so clear. I get the gist of adding the
model
as a dependency to the
view
but it wasn't so clear which model to which view. So the suggestion could have worked.
I can try to get online at night. I am not opposed to working at random hours.