Hello, all.
I have a few questions concerning the automatic pop-up 'Modifier' page that instantiates when a user clicks an item in the register app that is part of a modifier group.
As it is described in the user documentation, if enabled in the Inventory app for a modifier group, a UI fragment will appear in the register app when a user adds an item:
"When adding an item associated with a modifier group:
Tap on the item you wish to add to the order. When the modifiers pop up, select the modifiers to add to the item. Tap the Done button when finished."
https://help.clover.com/adding-modify...
The documentation later goes on to explain that this won't automatically happen if you don't associate an item with a modifier group, or if this option is disabled in the Inventory app.
My question is more or less this:
Whilst using an OrderConnector to add a LineItem to an order, and then making a remote call to the register app to load this order, how can I enable it so that when I make this call, this modifier page automatically loads for a specific item that has a modifier group (given that only one item will be added to this order)? When I make the call to the Register app using either intent com.clover.intent.action.STARTREGISTER or com.intent.action.ITEMSELECT, the item is automatically added but there is no modifier screen. Should I use some other class(es) instead of OrderConnector to do this? Is this even possible?
All answers are much appreciated! Thanks!