Hey all,
I am building and ecommerce app using glide and currently I am working on cart page.
Could you help me about how could I display the total cart’s value which is the sum of all product prices on my page?
Also do you know how could I add the deletion icon on as action in the list of product like the sample here?
Thanks
Yours sincerely,
Dimitris Goudis
Can you confirm that you’re building this on the new Glide Apps and not Classic Apps? Your sample is a Classic App, which will be sunset in the future.
Can you show us how you’re structuring your data? Ideally you would have a table for “Order Rows”, to store different items in an order, and an “Orders” table to store the main info for each order. An order can contains multiple order rows.
I use glide apps and what I see is that I have to build from scratch the cart feature is that right?
Yes, that’s correct. The new Glide Apps doesn’t include a native cart feature.
1 Like