Magento: Product List Override

Posted by Andrea on Stack Overflow See other posts from Stack Overflow or by Andrea
Published on 2011-11-25T00:44:28Z Indexed on 2011/11/25 1:50 UTC
Read the original article Hit count: 132

Filed under:
|

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.

Here's a sample of what I'm trying to do

Thanks so much!

© Stack Overflow or respective owner

Related posts about php

Related posts about magento-catalog