Custom substeps names
You can customize the title of the substates of the order
Custom Names and Locales
Beware that custom names are not affected by locale configurations
We recommend configuring also the language parameter when using custom step names, to avoid mixing the language of the content, retrieved from the browser, and the titles you are presenting.
Specific configuration parameters Pick and Delivery
Parameter | Description |
---|---|
received | Parameter used to change the title of the Received substep (optional) - Default: Received |
picking | Parameter used to change the title of the Picking substep (optional) - Default: Picking |
goingToDestination | Parameter used to change the title of the Going To Destination substep (optional) - Default: Going To Destination |
delivered | Parameter used to change the title of the Delivered substep (optional) - Default: Delivered |
Specific configuration parameters Pick and Collect
Parameter | Description |
---|---|
received | Parameter used to change the title of the Received substep (optional) - Default: Received |
picking | Parameter used to change the title of the Picking substep (optional) - Default: Picking |
readyForPickup | Parameter used to change the title of the Ready for Pickup substep (optional) - Default: ReadyForPickup |
subStepPickedUp | Parameter used to change the title of the PickedUp substep (optional) - Default: PickedUp |
Custom substeps icons
You can change the default "Icon" used in the order substeps by setting "icon" parameter on each step.
The "Icon" configuration are being set in the "substeps" attribute of the configuration object.
Specific configuration parameters Pick and Delivery
Parameter | Description |
---|---|
subStepConfirmedIcon | String with an URL which will be used as display icon in the Confirmed order substep |
subStepPickingIcon | String with an URL which will be used as display icon in the Picking order substep |
subStepGoingToDestinationIcon | String with an URL which will be used as display icon in the Going To Destination order substep |
subStepDeliveredIcon | String with an URL which will be used as display icon in the Delivered order substep |
Specific configuration parameters Pick and Collect
Parameter | Description |
---|---|
subStepConfirmedIcon | String with an URL which will be used as display icon in the Confirmed order substep |
subStepPickingIcon | String with an URL which will be used as display icon in the Picking order substep |
subStepReadyToPickupIcon | String with an URL which will be used as display icon in the Ready For Pickup order substep |
subStepPickedUpIcon | String with an URL which will be used as display icon in the PickedUp order substep |
Specific configuration parameters Active and Inactive
Parameter | Description |
---|---|
subStepPickingIconActive | String with an URL which will be used as display icon in the Picking order substep when substep is active |
subStepPickingIconInactive | String with an URL which will be used as display icon in the Picking order substep when substep is inactive |
subStepGoingToDestinationIconActive | String with an URL which will be used as display icon in the Going To Destination when order substep is active |
subStepGoingToDestinationIconInactive | String with an URL which will be used as display icon in the Going To Destination when order substep is inactive |
subStepReadyToPickupIconActive | String with an URL which will be used as display icon in the Ready For Pickup when order substep is active |
subStepReadyToPickupIconInactive | String with an URL which will be used as display icon in the Ready For Pickup when order substep is inactive |
subStepDeliveredIconActive | String with an URL which will be used as display icon in the Delivered order substep when substep is active |
subStepDeliveredIconInactive | String with an URL which will be used as display icon in the Delivered order substep when substep is inactive |
subStepPickedUpIconActive | String with an URL which will be used as display icon in the PickedUp order substep when substep is active |
subStepPickedUpIconInactive | String with an URL which will be used as display icon in the PickedUp order substep when substep is inactive |