I have currently attempted displaying products through the list feature and populating product details - I need to be able to run an instance and capture the selected products into a ‘cart’ and I’m not exactly sure on how to implement this.
Thanks @pranav. We have a template in the pipeline that covers this use case. I’ll update here when it’s released. @dancia we should prioritize this one.
This app uses the storeValue() function to build the cart on the client-side, as a draft, without needing to create/update a record for each item added. You can update the quantity or remove items, and everything is stored in the client’s browser, and can be resumed between sessions.
Hope this helps! Let me know if you have any questions on implementing this in your app.