I want my homepage to be a simple grid of products, no category description or title or breadcrumbs. Just a bunch of images of shirts, and each of those images are a link to the shirt's product page. What is the simplest way to do that?
Thanks!
|
Ubercart |
|
|
|
||
|
Fri, 06/05/2009 - 02:53
I want my homepage to be a simple grid of products, no category description or title or breadcrumbs. Just a bunch of images of shirts, and each of those images are a link to the shirt's product page. What is the simplest way to do that? Thanks!
Re: Grid catalog view without title/description?
Create a grid view of fields using the Views module: http://drupal.org/project/views You can either do it as a page view and set that as your site's home page, or as a block and add that to a region on your home page only.
Re: Grid catalog view without title/description?
you can also go to Administer › Store administration › Configuration › Catalog settings › Product Grid Settings and uncheck all the boxes (except the product image) from the Displayed Fields area. |
|