如何使用代码调整zencart中的排列顺序?
我想更改我网站主页上产品输出的默认排列顺序。怎么改变呢?谢谢。默认顺序是特色产品
十月新品
十月每月特价
。
现在我想要的订单是十月新产品
十月每月特价
特色产品
。我该怎么办?谢谢。
i want to change the default arrange order of the product's output on the home page of my site. how to change it? thank you. the default order is Featured Products
New Products For October
Monthly Specials For October
.
now i want the order is New Products For October
Monthly Specials For October
Featured Products
. how should i do? thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 /includes/templates\template_default_ORyour_template\templates 下找到名为“tpl_index_default.php”的文件,
其中包含此处的所有模块。您可以在此处调整排列顺序。
you can find file named "tpl_index_default.php" under /includes/templates\template_default_ORyour_template\templates
all modules included here. you can adjust the arrange order here.