James Rogers
 · www.livemusicfinder.ca

FlutterFlow and WooCommerce

I am trying to build woo and flutterflow.

I have made python scripts to pull the data daily to firebase. I have shop pages, product pages, add to cart and all that. I am hung up on the checkout process when it involves multiple products. I basically have everything work as I need but when a cart has multiple products I am getting lost in how to create a collection of orders. A single order, no issues. If user buys 2 or more then I am unsure of how to create the document with all the product details.

Also, to reset the cart. That all works after the order is placed, but it won't delete multiple products, just the first product selected.

I use appstate for a persisted reference and the order document does list all the correct multiple orders, but just the reference. Not the details of each other like add options, etc.

Has anyone done this before? Would love some help as I have been stuck for a week on this and can't wrap my head around how to properly set this up. I took a break for a few days too to clear the head on this.

Thanks in advance for any help.

1 reply