Multiple Items with Shared Options

Hi,
I am designing a food menu and ordering system. A lot of food items have multiple options to select. A lot of food item share the same options. For example:
Coffee:

  • Sugar

Tea:

  • Sugar

They both share the same option. The issue comes from adding this to an order.

So far my flow is:
→ Customer adds stuff to ‘order items’
→ once customer ‘pays’ → order items goes to ‘order’

this is the problem - I cannot pass all the items with their options over to ‘orders’ and i cannot display it correctly. any help is appreciated!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.