【问题标题】:Is there a way to apply the shipping fee automatically?有没有办法自动应用运费?
【发布时间】:2013-09-12 23:29:53
【问题描述】:

早安,

我有两种运输方式,“国际运输”和“美国运输”。

有没有办法在用户填写账单/收货地址并处理到下订单的最后阶段后,无需重新提交即可应用运费?

谢谢。

【问题讨论】:

    标签: expressionengine expresso-store


    【解决方案1】:

    我最近有这个问题并设法弄清楚。

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

    Asked and answered at EE Stack Exchange

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-04-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-10-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多