I have a collection of data for products and when user purchased i need display the name of product selected by the user and when submitted, store it in another collection named checkout with product details and user details.
anyone please help with it.I need it to do without using velo.
hi, my understanding is that the cart function built into Wix can’t be modified. You can build a custom check out through Velo. Are you taking payment in this “submit” process or creating more of an invoice with products listed? Either way I think you’ll need some Velo for this custom situation. Hope that helps.
When user order a product ,i need to collect the name of product and store it to collection to store both user and product details
I have made a custom form for user to enter details i need to take the data also from product ordered and store it.