adambaruh
04/29/2021, 6:19 PMvar cart = this.options.wizard.application.getComponent('Cart');
cart.on("afterEstimateShipping", function() {
debugger;
});
Kearobi
04/29/2021, 8:04 PMcart.estimateShipping({
address: {
zip: "10065",
country: "US"
}
});
adambaruh
04/30/2021, 5:54 PMKearobi
04/30/2021, 6:33 PMiSuite
05/03/2021, 6:00 PM