Getting the catalog to use view or..

Posts: 11
Joined: 04/23/2008

I used a view on my front page(http://www.queencitybeats.com) to get the products to display right on that front page. I would also like the catalog to display products in a similar way as the front page. How would i do this?

Posts: 4747
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

So you'd like the catalog to include the beat preview, title, producer, etc.? If so, you'll probably have to abandon using the core catalog module and make one using Views. You can keep the catalog vocabulary and use that to filter what beats you show on a page... basically, if you clone your front page View, take away the header info, and use an argument to represent the term ID and show only products w/ that ID, it should work. This advice comes with no warranties or guarantees. Eye-wink