I am currently creating a multi-store delivery app. I am trying to configure my cart to show order items under the following headings of that order item:
Service type > Store Name > All the products ordered from that store > product options (or Menu Options).
Here is my Cart & Order Items Database (please note you get to this page from (2) Checkout button on the products page. This is an illustration of what I would like to achieve:
Is it possible to make the app as Clonable and we can clone that app and see the database and the setup and help you! You have shared the Url of your app but it’s not clonable. Or maybe a showing the database and the current setup from a video?
To get sorting option, there should be a field inside the collection to be refer to, so create additional fields as many as necessary from other collections to get you more sorting fields.
In few cases, you might want to add index field as additional to relationship field to get more option for sorting.