Magento topSearch 在模板中不起作用

发布于 2024-10-09 00:05:58 字数 212 浏览 2 评论 0原文

我想从标题中获取 topSearch 并将其复制到内容页面,因此我从 header.phtml 中剪切并添加到 3columns.phtml

<?php echo $this->getChildHtml('topSearch'); ?>

它不起作用,尽管。有什么想法吗?

I want to take topSearch from the header and copy it to a content page, so I cut from header.phtml and added to 3columns.phtml:

<?php echo $this->getChildHtml('topSearch'); ?>

It doesn't work, though. Any ideas?

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

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

发布评论

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

评论(2

初心 2024-10-16 00:05:58

我找到了将搜索栏位置标题更改为顶部链接的解决方案。
前往:-

app/design/frontend/[your_theme]/default/layout/catalogsearch.xml

将此代码替换

reference name="header"

reference name="top.menu"

根据您的设计更改 css。

这对我有用

I found solution for change the search bar position header to top links.
go to:-

app/design/frontend/[your_theme]/default/layout/catalogsearch.xml

replace this code

reference name="header"

with this

reference name="top.menu"

Changes css according to your design.

it woks for me

万劫不复 2024-10-16 00:05:58

.form-search

margin-left: 899px;
顶部边距:8px;
位置:绝对;

添加上面的css
让搜索框位于标题本身
只需使用绝对属性,您就可以播放来显示其位置
通过我的电子邮件联系我以获得进一步的帮助。
谢谢。

苏拉吉·米什拉
Magento 扩展开发人员
[电子邮件受保护]

.form-search

margin-left: 899px;
margin-top: 8px;
position: absolute;

add the above css
let the search box on the header itself
just using the absolute property you can play to display its position
contact me on my email for furthur help.
Thanks.

Suraj Mishra
Magento Extension Developer
[email protected]

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