Magento CMS URL 标记语言独立吗?

发布于 2024-11-08 07:40:59 字数 334 浏览 3 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最佳男配角 2024-11-15 07:40:59

如果我理解正确你的意思,你想要依赖于语言的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文