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
Parameter | Description |
---|---|
received | Parameter used to change the title of the Received substep Default: Received |
picking | Parameter used to change the title of the Picking substep Default: Picking |
goingToDestination | Parameter used to change the title of the Going To Destination substep Default: Going To Destination |
delivered | Parameter used to change the title of the Delivered substep Default: Delivered |
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: "received=Order Confirmed" => "received=Order%20Confirmed"
Usage Example
Consider the following example:
https://xandar-lsw-v3.instaleap.io/?job=myJoB&token=myToken&language=es&received=Orden%20Confirmada&picking=Buscando%20Tu%20Orden&goingToDestination=Tu%20orden%20esta%20por%20llegar&delivered=Se%20entrego%20la%20orden