Magento - 在主页中显示单个产品
如何在Magento首页显示单个产品,我想准确显示产品名称,图片和价格。
多谢。
how to show a single product in homepage of Magento, I want to show exactly the product name, image and price.
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一种简单的方法是将该产品添加到类别并在主页上显示该类别,方法是转至 CMS - 管理页面,从页面列表中选择主页并添加,
其中,category_id="8" 是类别的 ID(显示此 ID)在 Magento 管理的类别页面上)
An easy way is to add that product to a category and display that category on the homepage by going to CMS - Manage Pages, select Home Page from the list of pages and add
where category_id="8" is the category's id (thisid is displayed on the category page in Magento's admin)
试试这个:
将产品添加到 Magento 主页
Try this instead:
Adding Products To The Home Page Of Magento
最简单的选择是在 htaccess 中对您的首选产品进行重定向匹配,然后为该产品提供“buynow”或“welcome.html”之类的内容作为其产品页面设置上的 URL 代码。
The easiest option is to do a redirectmatch in the htaccess to your preferred product and then to give that product something like 'buynow' or 'welcome.html' as the URL code on it's product page settings.