App or Solution for Group Meal Orders

Hi @HGipson ,

Since the shopping cart is based on the browser session you need a backend to create a unique URL that maintains the items in a shopping cart. When a new shopper uses that link the cart is rebuilt and new items can be added. The cart is then saved within the app. Very simple if you know what you’re doing.