Magento CMS 页面/静态块 - 如何显示商店名称?

发布于 2024-12-06 12:15:09 字数 263 浏览 2 评论 0原文

我有许多 Magento CMS 页面和静态块,它们使用变量 {{store url=""}} 在某些文本中显示商店 url 地址,具体取决于正在查看的商店。

我还想显示商店名称。是否有可以显示商店名称的等效项,例如 {{store name=""}}? (顺便说一句,{{store name=""}} 不起作用)

我无权访问 .php 文件,因此想知道在没有访问权限的情况下是否可以这样做。如果没有,那么我可以请求对 .php 进行更改,我只需要知道要请求什么。

I have number of Magento CMS pages and static blocks which use the variable {{store url=""}} to display the store url address in some text depending which store is being viewed.

I would like to also display the store name. Is there an equivalent which would display the store name, something like {{store name=""}}? ({{store name=""}} doesn't work btw)

I don't have access to the .php files so would like to know if this is possible without access. If not, then I can request changes to the .php, I just need to know what to request.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

俏︾媚 2024-12-13 12:15:09

您可以在商店对象上使用任何方法:

{{var store.getFrontendName()}}

搜索您的代码库以获取进一步参考:

grep '{{store' app/locale/ -rsn

you can use any method on store object:

{{var store.getFrontendName()}}

search your codebase for further reference:

grep '{{store' app/locale/ -rsn
浅语花开 2024-12-13 12:15:09

尝试 {{config path="general/store_information/name"}}

Try {{config path="general/store_information/name"}}.

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