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.
我会在类别页面中添加搜索表单。该模块将在同一类别中进行研究。这是可能的?
将类别添加到高级搜索。这里有一些指示:
http://www.magentocommerce.com/wiki/5__-_modules_and_development/search_and_advanced_search/how_to_add_search_by_category_to_advanced_search
您可能希望在模块中而不是在核心 hack 中执行此操作...
现在将一些简单的表单放在一个 phtml 文件中,将布局 xml 放在一起以将其加载到类别页面上。设置搜索以将当前类别添加到发送到您修改的“高级搜索”的搜索字符串。
至于获取该类别,请尝试 $this->getCurrentCategory();