IS IT POSSIBLE TO STORE "USER TRANSACTIONS" AUTOMATICALLY IN 'WIX DATA BASE' SO THAT THE USER THAT TRANSACTED CAN SEE ITS TRANSACTIONS ?


i want to store this ‘transactions page’ data in my database automatically with the help of code .

when any user transact , his data get store in databse , so he can see his transactions.

                                                                                                                   is this possible ? 
                                                                                                                   if yes - how ? 
                                                                                                                   plz share ur code , 
                                                                                                                   thanks in advance .

Hello,

Please start from reading the following article:
Working with Wix App Collections

For example, if you are referring to Wix Stores, you can create a dynamic custom member page to display the information from the default collection to a currently logged-in member .

You will just need to query() the relevant dataset and populate it in a table/repeater.

Corvid: Wix Stores “Orders” Collection Fields

If you are referring to another Wix App, you can check what information you can populate from a database here .