Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将搜索框移动到顶部菜单栏中,结果是:致命错误:(
我的意思是:带有类别的顶部菜单,最后是搜索框。
那么,有人会一步一步地帮助我如何做到这一点而不会在尝试中死去吗?
由于菜单栏(主导航)和搜索框都位于catalog/view/theme/<YOUR_THEME>/template/common/header.tpl您不需要关注任何关于如何在不同模块位置(content_top、column_left 等)显示和使搜索框工作的文章。
catalog/view/theme/<YOUR_THEME>/template/common/header.tpl
您需要做的就是在文本编辑器(或您的 IDE)中打开提到的模板文件,并切断搜索框的代码并将其粘贴到菜单所在的 div 中。使用 CSS 直到它满足您的需求。完毕。