You can change the default "Title" and "Icon" used in the order steps by setting them via URL parameter on each step.
Steps | Description |
---|
confirmed.title | String which will be used as display name during the Confirmed order step |
confirmed.icon | Parameter used to change the icon of the Confirmed step |
picking.title | String which will be used as display name during the Picking order step |
picking.icon | Parameter used to change the icon of the Picking step |
goingToDestination.title | String which will be used as display name during the Going To Destination order step |
goingToDestination.icon | Parameter used to change the icon of the Destination step |
delivered.title | String which will be used as display name during the Delivered order step |
delivered.icon | Parameter used to change the icon of the Delivered step |
Steps | Description |
---|
readyToPickup.title | String which will be used as display name during the Ready To Pickup order step |
readytopickup.icon | Parameter used to change the icon of the Ready to Pickup step |
pickedUp.title | String which will be used as display name during the Picked Up order step |
pickedUp.icon | Parameter used to change the icon of the Picked up step |
Steps | Description |
---|
picking.iconInactive | String with an URL which will be used as display icon in the Picking order substep when substep is inactive |
goingToDestination.iconInactive | String with an URL which will be used as display icon in the Going To Destination when order substep is inactive |
delivered.iconInactive | String with an URL which will be used as display icon in the Delivered order substep when substep is inactive |
readyForPickup.iconInactive | String with an URL which will be used as display icon in the Ready For Pickup when order substep is inactive |
pickedUp.iconInactive | String with an URL which will be used as display icon in the PickedUp order substep when substep is inactive |
Steps | Description |
---|
picking.iconActive | String with an URL which will be used as display icon in the Picking order substep when substep is active |
goingToDestination.iconActive | String with an URL which will be used as display icon in the Going To Destination when order substep is active |
delivered.iconActive | String with an URL which will be used as display icon in the Delivered order substep when substep is active |
readyForPickup.iconActive | String with an URL which will be used as display icon in the Ready For Pickup when order substep is active |
pickedUp.iconActive | String with an URL which will be used as display icon in the PickedUp order substep when substep is active |