Storing carousal items in the database
Posted: Wed Jun 24, 2015 8:41 am
by Enfiled Riders
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?
Storing carousal items in the database
Posted: Wed Jun 24, 2015 11:58 am
by Serhii Kulibaba
Hello,
You should create an attribute which keep id for every item frob DB. Please look this tutorial for list items: https://devcenter.appery.io/documenta...
Storing carousal items in the database
Posted: Thu Jun 25, 2015 5:09 am
by Enfiled Riders
Hey!
I went thorough the tutorial.
Could you please explain how to achieve this?I am new to this.
Storing carousal items in the database
Posted: Fri Jun 26, 2015 9:27 am
by Serhii Kulibaba
Could you clarify what have you tried and what exactly does not work?