Magento CMS URL 标记语言独立吗?
Magento 中是否有可能拥有独立于语言的 CMS 标签?
这适用于两个商店视图:{{store url='catalog/category/view/id/10'}}
输出:www.my-domain.de/catalog/category/view/id/10
但如果输出是这样的那就更好了:
www.my-domain.de/我的类别-de
www.my-domain.de/my-category-en
当然,我可以使用自定义 URL 重写,但这会有点乏味。
Is it somehow possible to have language independent CMS tags in Magento?
This works in both storeviews: {{store url='catalog/category/view/id/10'}}
output: www.my-domain.de/catalog/category/view/id/10
But it would be better if the output would be like this:
www.my-domain.de/my-category-de
www.my-domain.de/my-category-en
Of course, I can work with custom URL rewriting, but this would be a bit tedious.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确你的意思,你想要依赖于语言的 url,而不是独立于语言的 url?
系统 -> 中有一个选项配置->网页-> Url 选项称为将商店代码添加到 URL,它可以实现此目的(假设每种语言有不同的商店视图)。
希望这有足够的帮助。
If I understand correct what you mean, you want language dependent urls, not language independent?
There is the option in System -> Configuration -> Web -> Url Options called Add Store Codes to Urls which achieves this, assuming you have a different Store View per language.
Hope this helps enough.