I want to create custom add to cart button to add my 3 product into cart with 2 quantity for each..
For add three product into cart I have done using like this:
You need to pass quantity in query string like:
?post_type=product&add-to-cart=100&quantity=2
I have modify you code
I think this will solve your problem.