Magento 1.7 does not calculate the the shipping costs correctly when i upload a CSV with "*" wildcard in the "Country", "Region", "ZIP". Magento always shows the first shipping price even with cart subtotals above 500. Is this a known bug? Did i do anything wrong? Any ideas?

my CSV: https://dl.dropbox.com/u/2499022/TRS-WildCards.png

Regards Paul

有帮助吗?

解决方案

According to this guy you must ALWAYS use country codes, otherwise PHP throws a notice of undefined index. We settled for the 3-letter country code and it fixed this issue for us.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top