Skip to main content

multiple products

  • March 11, 2026
  • 2 comments
  • 10 views

SLIMANE

I want to create a Flow where:

1. The customer can add more than one product to the shopping cart.
2. Each product is added to the cart with its price, size, and quantity.
3. After the customer decides to finish shopping, they fill out the form once (name, phone number, address, etc.).
4. When they click the Confirm button, all the products they selected are recorded as separate orders or as a single order, depending on the Flow, and the customer confirms that all selected products are correct.

In short: the customer selects multiple products → adds them to the cart → fills out the form → clicks Confirm → the entire order is recorded.

2 replies

Gustavo Boregio
Forum|alt.badge.img+7
  • Community Moderator & Expert
  • March 11, 2026

Hey ​@SLIMANE this is possible to do, it’s a matter of handling user fields, conditions and proper logic in your Manychat automation.

The complexity of the logic will depend on how many products you have. If it’s a few (3, 4, 5 products) then the logic is simpler. If it’s many (10 or more) then the logic gets exponentially more complex.

Whenever possible, I suggest my clients have a proper ecommerce for these needs, and use chat as the facilitator in the transaction, and not the order taker.


SLIMANE
  • Author
  • Up-and-Comer
  • March 11, 2026

Thank you so much Mr ​@Gustavo Boregio