You can choose hide the application's elements
a list of elements you can hide on demand.
Hide elements
- Header
- Origin and destination information
- Delivery Code
- Chat Tab With Driver (Only when the Job is in "Going to Destination" Step")
- Delete Product Button (Only in "received" and "picking" step)
- Payment Status
- Order Map
- Help Center
- Decimals
- Taxes
- Order Help
- Cancel order
Specific configuration parameters
Hide elements value
- Beware that for now, values are somehow inverted.
- in order to display the element you set true, in order to hide, you set the value false.
Parameter | Description |
---|---|
header | allows you to choose not to render the order header element of the application default: "true" options: "false: || "true" |
originDestination | Allows you to choose not to render the order origin-destination element of the application default: "true" options: "false: || "true" |
hideDeliveryCode | Allows you to choose not to render the Delivery Code element of the application default: "true" options: "false: || "true" |
hideChatWithDriver | Allows you to choose not to render the Driver Tab Chat during the specific step "Going To Destination" NOTE: This Param does not affect the visualization of the chat in any other steps. default: "true" options: "false: || "true" |
shouldDeleteProducts | Allows you to choose not to render the Delete Product Button in the product's list default: "false" options: "false: || "true" |
hidePaymentStatus | Allows you to render or hide the payment status default: "false" options: "false: || "true" |
hideOrderMap | Allows you to show or hide the map default: "false" options: "false: || "true" |
hideHelpCenter | Allows you to show or hide the help center default: "false" options: "false: || "true" |
hideDecimals | Allows you to show or hide the decimals in order default: "false" options: "false: || "true" |
hideTaxes | Allows you to show or hide taxes in order default: "false" options: "false: || "true" |
hideOrderHelp | Allows you to show or hide order Help section default: "false" options: "false: || "true" |
hideCancelOrder | Allows you to show or hide the cancel order button default: "false" options: "false: || "true" |
Usage Example
Consider the following examples:
Hiding Header
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&header=false
Hiding Origin Destination
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&originDestination=false
Hiding Delivery Code Element
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideDeliveryCode=true
Hiding Driver Chat While in "Going To Destination" Step
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideChatWithDriver=true
Allowing Delete Product Button
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&shouldDeleteProducts=true
Hiding Payment Status
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hidePaymentStatus=true
Hiding Compoment Map
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideOrderMap=true
Hiding Compoment Help Center
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideHelpCenter=true
Hiding Decimals Component Order Details
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideDecimals=true
Hiding Taxes Component Order Details
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideTaxes=true
Hide the texts to understand the charges for the order

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideOrderHelp=true
Hide cancel order button
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideCancelOrder=true