Multiple orders - Marketplace

Hello bubbler,

I need help with my marketplace.
My buyer has a list of orderproducts in his cart, clicks on a button named “order & buy” and buys any products from different sellers.

For example:
Seller A offer product 1
Seller B offer product 2
Seller B offer product 3
The buyer buys all this 3 products.

Something should now happen:
The buyer get 2 orders, because of the 2 different sellers.
The seller A get a order with his ordernumber 000001sellername. The order contains the product 1.
The seller B get a order with his ordernumber 000001sellername. The order contains a list of products 2 + 3.

In additional the buyer pay the 3 products by the 2 sellers.

Puh, that’s is much. :slight_smile:

I would like to do something:

  1. Create orderproducts …- DONE
  2. Create orders per seller & the orderproducts add list filtered… from step 1
  3. Make changes to current User: buyersorders add list orders
  4. Make changes to user (seller): sellerorders add list order (per seller)

Can someone help me?
Thank you very much in advance. :slight_smile:
Best regards
Janine

There is action “schedule a list of things” , run it over the seller list rather than cartProductList…

Create order per seller.

Just add directly “current user” add list

Ankur@ Nocodetalks
Looking for a Bubble Coach? Check out here

unfortunately it doesn’t works.
Can someone helps me?