简体   繁体   English

将list.phtml和view.phtml结合在一起

[英]Combine list.phtml & view.phtml together

Hello all i need to display product detail page right under category page so as you click on the category image it will display the same product details right under the same page.Also when user clicks on any category it comes with all products & with details of first item in list. 您好,我需要在类别页面下显示产品详细信息页面,因此,当您单击类别图像时,它将在同一页面下显示相同的产品详细信息。当用户单击任何类别时,所有产品及其详细信息都将显示列表中的第一项。 Is it possible in magento & if yes then how can i do it. 是否有可能在magento&如果是的话我该怎么办。 I am new in magento but it seems to me a great framework to work with. 我是magento的新手,但在我看来,这是一个很好的合作框架。 Please help me Thanks 请帮我谢谢

To show product detail page on category page you have to make ajax request and get the whole detail and insert into div located at bottom of category page. 要在类别页面上显示产品详细信息页面,您必须提出ajax请求并获取整个详细信息,然后插入位于类别页面底部的div中。 Follow this link Magento - AJAX Call Product Page Elements to Category Page. 点击此链接Magento-AJAX将产品页面元素调用到类别页面。 Select Box Not Populated 选择框未填充

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM