Quando fai clic su "Spedisci qui" nella pagina di pagamento che chiama
/ V1 / carrelli / miniera / preventivo-trasporto-metodi-di-indirizzo-id Magento / riposo / default
Quindi passa ai file JS seguenti
Magento \ vendor \ Magento \ module-out \ vista \ frontend \ web \ js \ modello \ il trasporto-rate-processore \ cliente-address.js
Magento \ vendor \ Magento \ module-out \ Visualizza \ frontend \ web \ js \ modello \ resource-url-manager.js
getUrlForEstimationShippingMethodsByAddressId: function(quote) {
var params = (this.getCheckoutMethod() == 'guest') ? {quoteId: quote.getQuoteId()} : {};
var urls = {
'default': '/carts/mine/estimate-shipping-methods-by-address-id'
};
return this.getUrl(urls, params);
}
Magento \ vendor \ Magento \ module-citazione \ modello \ ShippingMethodManagement.php
public function estimateByAddressId($cartId, $addressId)
{
echo 1;exit;
}
Come estimateByAddressId
viene chiamata la funzione sopra ?