I have been trying to send more than 1 item from the CART SHEET (ENVIADO AL CARRITO) to the CONFIRMED SHEET (PEDIDOS CONFORMADOS) but it only send the first row .
I have been using the form component in order to do so.
In your confirmation table you just need the Cart ID, total value, etc⌠because in a Adm panel youâll need only a relation to get the informations of the cart table related to that Cart ID
When the customer just make one order , the data gets sent to the confirmation sheets and everything works fine, but The problem is that once the customer makes more than 1 orders , just the data of the first row gets sent to the confirmation sheet.
So I cannot make a relation of the orders that didnât got sent to the confirmation sheet.
In addition of that, I guess what you need exactly is to know how to create an Order ID. Because once I order something, my order ID must be different in a second time or for another user.
Hereâs what I used and help me a lot a while ago with Buffalo Burger and Forker (multi-delivery app), thank to @Jeff_Hager!
Yes . But that is a little troublesome because when the user hits âsendâ on the form component , just 1 row of all his order gets send to the confirmation sheet.