oscommerse 2.3.1:运输方式

发布于 2024-10-19 17:06:56 字数 365 浏览 5 评论 0原文

我想要这样的东西:

如果客户的总购买量低于 10 美元,那么他/她将收取3 美元的送货/运费,否则如果客户的总购买量超过 10 美元,那么他/她将收取免费费用,

但在管理 -> 模块 -> 运输下我看到:

运费
使用此运输方式的所有订单的运输费用。
10:3.00,10.01:0.00

现在我不知道该公式的含义以及如何更改该公式?

I want some thing like:

if the total purchase by a customer is under $10 then s/he will charge $3 Delivery/shipping cost else if the total purchase by a customer is over $10 then s/he will charge free

But under admin->modlues->shipping I saw:

Shipping Cost
The shipping cost for all orders using this shipping method.
10:3.00,10.01:0.00

Now I don't know what does that formula tells and how can I change this formula?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独自唱情﹋歌 2024-10-26 17:06:56

这就是表费率运费的配置方式:

<up-to-amount>:<cost>,<up-to-amount>:<cost>...

您所拥有的是“最多 10 美元,3 美元,最多 10.01 美元,0 美元”。

你想要的是

10:3.00,1000000:0

This is how table rate shipping is configured:

<up-to-amount>:<cost>,<up-to-amount>:<cost>...

what you have is, "up to 10, $3, up to 10.01, $0."

What you want is

10:3.00,1000000:0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文