Magento - 如何获取商店所在国家/地区?
如何获取商店所在国家/地区,并将其显示在交易电子邮件中?
多谢。
how to get the store country, to show it in the transsactional E-mails?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要实现国家对象,首先您必须获取当前商店的国家代码
,然后获取国家对象
当您拥有该对象时,将其分配给电子邮件模板中的变量是没有问题的
To achieve country object first you have to get country code for current store
then get country Object
When you have the object, there is no problem to assign it to variable in email template