I have a site that is selling registrations for a physical class and for multiple reasons (issues with filtering and categorizing and seat inventory) I can’t use Wix Booking app. I have everything set up perfectly so users can type in the name of their child before adding a product to cart but there is no view where I can see all the orders for this class that also shows this additional field.
I had 2 ideas for solutions to this problem so I could see all the attendees for a class:
-
Create a custom Orders (all) dynamic page that displays the class and the custom field in a repeater, and add a filter at the top to filter orders by class.
The problem is the LineItems field is an array of Objects and I can’t figure out how to access it in a way that can be filtered nor in a way that can be displayed in a repeater -
Create another collection with the plain text items I need and create a listener for new orders to push relevant data (product, additional info field) to the new collection then display it in a normal repeater
The problem here is I can’t find any documentation on a listener that will work for this in the wix-stores documentation
I have a deadline this week so any help here would be greatly appreciated!