Add Multiple Products in single click.
-
Hello,
Is there any way that I can add all products to the cart by a single click?
Example: I’m creating a recipe site. There are few ingredients under one recipe. Every ingredient has a “buy now” button. I want to create a “add all” button that will add all the ingredients to the cart. Is this possible?
I’ve found and tried “/?add-to-cart={product-id}”
{product-id} is replaced by actual product id. This successfully adds a single product.
I’ve also tried “/?add-to-cart={product-id}&{product-id}” eg. “/?add-to-cart=24&35”. This is supposed to add two products (24 and 35) to the cart. But this is not working. I must be doing something wrong.
Can anyone point me to right direction please?
Thank you in advance.
Raja.
- The topic ‘Add Multiple Products in single click.’ is closed to new replies.