magento 自定义国家/地区
我正在开发 Magento 最新版本。该商店适用于英国,我需要添加曼彻斯特、伦敦、约克郡等国家/地区。当我从下拉列表中选择英国时,这应该显示在运输设置中:默认为美国,也在送货和帐单地址。默认国家/地区应始终为英国 我怎样才能做到这一点?
Im working on Magento latest version .The store is for UK ,I need to add country like Manchester, London, Yorkshire etc..This should show in the shipping setting when I select UK from the dropdown viz :default is USA and also in the shipping and billing address. And the defaut country should always be UK as default
How can I do that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以从magento管理->系统->配置->常规->国家/地区选项->更改默认国家/地区默认国家/地区。
要添加英国的地区(县),我认为您必须填充directory_country_region 表。
You can change the default country from magento admin->system->configuration->General->country options -> Default Country.
To add regions (counties) for UK I think you have to populate the directory_country_region table.
此处查看官方英国翻译
Take a look at the official UK translation here
我找到了一个你可能会欣赏的帖子。它涉及“directory_country_region”表。
http://www.magentocommerce.com/boards/viewreply/192387/
I found a post you might appreciate. It concerns the "directory_country_region" tables.
http://www.magentocommerce.com/boards/viewreply/192387/