Table Rate Shipping in Magento 1.7 with Wildcards not Working

北城余情 提交于 2019-12-10 19:59:24

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/11610138/table-rate-shipping-in-magento-1-7-with-wildcards-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!