I am trying to build a page that contains a list of products (from Ubercart), each with an add to cart form with a quantity box. Here's the unique part: I want to pass in via POST/GET a number that represents a desired # of items to purchase for the user. I will display this number at the top of the page AND set the default cart quantity for each product to it.
First of all, I was wondering if I could do this with Views? I see how to pass in an argument, but those have to match an existing field in one of the content types and can only be used to filter results. I'm also not sure how I would modify the add to cart box.
Do I need to write my own module from scratch instead?
Thanks for anything that points me in the right direction.
Kevin
