Multiple cart buttons for a product using same quantity field
I am trying to use three buttons such as "Buy Now", "Add to Cart", and "Wish List". Is it possible to implement such buttons for a product using same quantity field? For example, if a user enters 2 in the quantity field and clicks Wish List button, products will be saved in DB for future shopping, and if a user clicks Buy Now button, he/she sees a check out page, and if a user clicks Add to Cart button, he/she sees a normal display page.