You can change the default "Title" and "Help Text" used in the order steps by setting them via URL parameter on each step.
URL Params Encoding
Remember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".
ie: "stepPickedUp=Custom title to Picked Up step" => stepPickedUp=Custom%20title%20to%20PickedUp%20step"
ie: "stepPickedUpHelp=Custom help text to Picked Up Help step" => stepPickedUpHelp=Custom%20help%20text%20to%20PickedUp%20step"
Specific configuration parameters
Parameter | Description |
---|---|
stepPickedUp | Parameter used to change the name of the Picked up step Default: Picked up |
stepPickedUpHelp | Parameter used to change the "Help Text" of the Picked up step Default: Your order has been successfully picked up |
Usage Example
You will see the following content
Picked Up Step
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&stepPickedUp=Picked%20up%20custom&stepPickedUpHelp=Picked%20up%20help%20custom