I have attached a screenshot of the ui screen I am currently working on. As shown each item in the carousal list has a vehicle image and a Quantity criteria.The + sign increments the text box by 1 and the - sign decrements the value by 1.
I want to create a confirm page which lists down the description of those carousal items from the list where the quantity selected by the user is greater than 0.
I also want to store these details in the database once the user clicks on the Confirm button on the Confirmation page.
How do I go about it?