add to cart from a teaser list ?

Posts: 69
Joined: 08/08/2007
Internationalizationizer

I tried poking through the docs and search function but couldn't find the question let alone the answer to this :

If there's a teaser list of products in a drupal block, is there an easy way to provide an "add to cart" button at the list level without having to visit the actual page where the product is described ?

Thx,
DK

Posts: 2244
Joined: 08/07/2007
AdministratoreLiTe!

The short answer is to use Views to make a block. You can add the add to cart form as a field.

Posts: 69
Joined: 08/08/2007
Internationalizationizer

Bingo!

Thanks much