I wanted the products in a dropdown list with a button next to it to purchase them. Is it possible to do this with Views?
Date: Fri, 7 Jan 2011 16:57:01 +0530 From: mukesh.agarwal17@gmail.com To: support@drupal.org Subject: Re: [support] Ubercart-Products
Hi Ayath,
if you want a list of all your products on a page, you could views, else if you just want a drop down list, you can create a block using some php code which will fetch the product names from the node table..