Custom add to cart button to add multiple product into cart with quantity :woocommerce

后端 未结 3 1810
北荒
北荒 2021-02-06 11:22

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:

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-06 12:16

    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.

提交回复
热议问题