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.
我想获取 Search Term rewrite URL 的变量文本,如下图所示:
如何在代码中获取此文本?
echo Mage::getModel('catalogsearch/query')->load(1)->getRedirect();
其中 1 是目录搜索条目的 ID。