shopping cart problem

hii everyone I have a little problem, currently I'm building a point of sales. there is a problem in the shopping cart. I have idea like this:

my tables is order history,(transaction_id, item_name, qty, total_price) and products table ( item_name, price)

Is it possible in shopping cart operation?  when we have selected  item name, all the selected items are saved and store in "something temporary"

and when all the items have been selected for the shopping list , it saved in order_history table, as paid transaction

thanks 

0 2 120
2 REPLIES 2

It's not clear what you are asking.

Form Views in AppSheet can apply validation and required logic on each column, not allowing a Save action until all data is properly entered.  Refer to the articles below for more details.  If you are asking something different, please elaborate.

Confirm column properties (see Required)

Conditionally require a column value (Required_If)

Check form input validity (Valid_If)

thanks for supporting me, I have updated my question.

Top Labels in this Space