In the template for Food Trucks, what is the difference between adding an Order Item and a Menu Item? They seem to be tied together in way that I don’t understand. Please help.
Hi @fynd,
Welcome to the community
The Menu Items collection is for store the items of that food truck that the user can order.
The Order Items collection is for store the items that the user orders.
Like when the user click on the Order button button it creates a order and then goes to another screen that displays the menu items of that truck and then once the user click on the plus icon it creates a record with that item information and add current order for that record in the Order items collection.
Hope this helps!
Thank you
I think so, thank you very much!