123
Views
6
Comments
Create a shopping cart screen
Question
Application Type
Reactive

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

2024-05-08 06-29-37
Prince Aadil Khan Panwar

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



UserImage.jpg
Rakan Alobailan

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


2024-05-08 06-29-37
Prince Aadil Khan Panwar

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.


UserImage.jpg
Rakan Alobailan

can you give me a URL tutorial for the function or a video for it ?

2024-05-08 06-29-37
Prince Aadil Khan Panwar
2024-05-08 06-29-37
Prince Aadil Khan Panwar

those are basic crud operations after watching those videos you will be able to create them accordingly.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.