Multiple Products on a Page

Posts: 32
Joined: 01/30/2008

I am relatively new to ubercart and drupal. I did a bit of searching, but could not come up with an answer to this.

How would I go about getting more than one product listing on a page?

By this, I mean more than one product with its description (I guess that would be multiple nodes). I plan on only having a few products on my site, so I think listing them all under one place (without going to a product listing first) and each with a button to choose it, would be ideal.

Thanks,

Mike

Posts: 46
Joined: 11/22/2007

The basics are explained here. You could also use views (http://drupal.org/project/views/) to create something more personal, although it's not that 'out of the box'...
combining several product lists, could probably be done with the panels module.

Posts: 925
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

Lots of ways you can go about this. At admin/settings/site-information there's a place to enter what you want on your front page. By default it lists all nodes, but you can change it to list only products by setting it to "taxonomy/term/1" (Note, it might be something other than term "1" on your site - go to admin/content/taxonomy to see what the term number is for your products). (Options at admin/content/node-settings control whether these appear as teasers or full nodes, and how many show up on the front page).

Or, you can use the same procedure to set the front page to be "products", which will give you a list of all your products, in abbreviated form.

Alternatively, you could use something like the "Front page" module - see http://drupal.org/project/front

Lastly, there's always theming, by modifying page-front.tpl.php you can do whatever you like on the front page.

Some of these options are discussed at http://drupal.org/node/22237

--

<tr>.