I'm in the process of creating a shopping cart screen for my e-shop, but I'm facing challenges. I initially tried using a template, but it proved to be too advanced and complex, involving numerous actions that left me confused. My goal is to build a simple cart that seamlessly transitions into the checkout, ultimately converting it into an order for simplicity.
any help?i couldn't provide the OML because its too large
this is the data model
Hi Rakan Alobailan,
as i have worked with E-commerce website previously. i will suggest you create a screen for cart
it is the simplest and easiest way to show the cart. in addition you can put the acordian after the quantity and remove, which will show the details (ratings,description and comments if any).
Hope this helps
Thanks
Prince
the problem is i don't know how to create the action that will add the product to the shopping cart for the screen. and i didn't find any tutorial for that
create a button on the products list for individual product.
then create a function for it which will create a record for cart and cart item.
can you give me a URL tutorial for the function or a video for it ?
i would suggest you to go through the guided paths.
start from here
https://learn.outsystems.com/training/journeys/web-developer-662/modeling-data/o11/372
hope this helps
those are basic crud operations after watching those videos you will be able to create them accordingly.