Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
再会,
我有两种运输方式,一种是“国际运输”,一种是“美国运输”。
在用户填写账单/送货地址并处理到下订单的最后阶段后,有没有办法应用运费而无需再次重新提交?
谢谢你。
我最近有这个问题并设法弄清楚。
$("#shipping_method").change(function(e) { $(this.form).submit(); });
在 EE Stack Exchange 上提问和回答