如何在Magento搜索结果页面中将排序顺序更改为名称?
感谢帮助。
最佳答案
将&order=name
添加到您的查询字符串。为此,请转到/app/design/frontend/{your-interface}/{your-theme}/template/catalogsearch/advanced/form.phtml
并添加
<input type="hidden" name="order" value="name"/>
在关闭
</form>
标记之前。关于Magento-将排序顺序更改为搜索结果中的名称,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6304154/