0

i run a Magento CE Shop v1.7.0.2.

When customers trying to checkout with letters in the postal code (like netherlands) they getting: "Sorry, no quotes are available for this order at this time"

Without letters and whitespace there is no problem.

The other posts about this problem are about things with ups, fedEx etc... i dont have something active like this.

I only got multi tablerates and tablerates active. All countries allowed.

can someone explain to me where i can fix this? for the first time a temporary change on core classes would be ok till i get a reasonable solution.

I try to ask another way:

Where does magento decide which qotes available?

4

1 回答 1

0

在 System Config > Sales > Shipping methods > Table rates 中导出 tablerates.csv 文件。对于荷兰,格式应该是这样的(除非您也使用重量或尺寸):

NLD,*,,0.0000,10.0000
NLD,*,,80.0000,0.0000

在此示例中,您可以从 80 欧元起免费送货,低于此价格您必须支付 10 欧元的运费。对于省,设置应该是 *,对于邮政编码,逗号之间没有任何内容。如果您使用邮政编码范围,这可能会解释您的问题。

于 2013-11-19T14:50:27.773 回答