Magento:两种基于重量的统一运费
尝试将我的运费设置如下:
如果购物车总重量低于 1 公斤,则运费将为 3.68 英镑
如果购物车总重量超过 1 公斤,则运费将为 6.68 英镑
如果购物车总重量购物车超过 100 英镑免运费。
我成功地使用 6.68 英镑的统一费率,然后使用“促销”> 来将这一切组合在一起。购物车价格规则部分,如果重量低于 1 公斤,可额外折扣 3 英镑。但扣除额并不会从运费中扣除,它只是显示为折扣,这会令人困惑并且看起来不正确。所以我正在寻找替代/正确的方法。
所有这些都在英国进行,我们暂时不向国外发货。
任何帮助表示赞赏。
Trying to set up my shipping rates as follows:
If the total shopping cart is under 1KG in weight then the shipping will be £3.68
If the total shopping cart is over 1KG in weight then the shipping will be £6.68
If the total price of the cart is over £100 shipping is free.
I’ve managed to hack this all together using a flat rate of £6.68 then using the Promotions > Shopping cart price rules section to discount the extra £3 if under the 1KG weight. But the deduction doesn’t come off the shipping price, it simply displays as a discount which will be confusing and doesn’t look right. So i’m looking for a alternative/the right way.
All this is in the UK, we don’t ship abroad for the moment.
Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用表费率。
在菜单“系统”>“配置>运输方式,将“当前配置范围”更改为网站,然后“表费率”部分中将出现“导出”按钮。条件应该是“重量与目的地”以获得正确的文件。下载导出的文件并修改为类似这样;
您可能需要使用这些值,我不确定重量单位。导入到配置的同一部分。
使用购物车价格规则来应用免费送货。有专门针对此的“免费送货”行动。
You need to use table rates.
In the menu System > Configuration > Shipping Methods, change the "Current Configuration Scope" to a website then an Export button will become available in the Table Rates section. The condition should be "Weight vs. Destination" to get the right file. Download the exported file and modify it to something like this;
You might need to play with the values, I am unsure of the units of weight. Import to the same part of configuration.
Use a shopping cart price rule to apply the free shipping. There is a "Free Shipping" action specifically for this.