Question

Good day,

I have two shipping methods, which are "International Shipping" and "US Shipping".

Is there a way to apply the shipping fee without resubmitting it again after user fills in the billing/shipping address and process to the last phase of placing order ?

Thank you.

Était-ce utile?

La solution

I had this question recently and managed to figure it out.

$("#shipping_method").change(function(e) {
    $(this.form).submit();
});

Asked and answered at EE Stack Exchange

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top