简体   繁体   中英

Magento: Product List Override

Thanks for taking a look at this. I've been looking and looking for a solution to what seems like a simple thing to do but nothing yet. Here goes:

When you click on "Specialty" in the main menu it goes here:

Home /Specialty

When you click one of the product images on the home page it goes here:

Home /Specialty /Holiday Satin Stocking (Full product description page)

I need all products with full product information to end up at

Home /Specialty

Page set-up would be: Click on Menu item or an image to show like this:

|||Product1|||   Product Description   Add to cart

|||Product2|||   Product Description   Add to cart

|||Product3|||   Product Description   Add to cart

I would like to override going "Home /Specialty /Holiday Satin Stocking" all together with listing all the information here: Home /Specialty

"Specialty" is set up as an anchor and all products types are simple.

这是我正在尝试做的一个例子

Thanks so much!

您需要编辑产品列表模板,并将适当的吸气剂($ _product-> getDescription等)添加到该phtml文件中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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