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")
- Payment Status
- Order Map
- Help Center
- Decimals
- Taxes
- Order Help
- Cancel order
- Products
- Order number
- Shipping
- Discounts
- Payment Method
- Order Detail
- Comment help text
- Add products
- Order Late
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: "false" 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" |
hideProducts | Allows you to show or hide the products in Products component. default: "false" options: "false: || "true" |
hideOrderId | Allows you to show or hide the number order in the header default: "false" options: "false: || "true" |
hideShipping | Allows you to show or hide the shipping in the order details default: "false" options: "false: || "true" |
hideDiscounts | Allows you to show or hide discounts in the order details default: "false" options: "false: || "true" |
hidePaymentMethod | Allows you to show or hide payment method in the order details default: "false" options: "false: || "true" |
hideOrderDetail | Allows you to show or hide Order Detail section default: "false" options: "false: || "true" |
hideCommentHelpText | Allows to show or hide the help text comment default: "false" options: "false: || "true" |
shouldAddProducts | Allows you to show or hide the button Add Product component products. default: "false" options: "false: || "true" |
hideOrderLate | Allows to show or hide the order late component default: "true" 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
Hide Products Component
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideProducts=true
Hide order number
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideOrderId=true
Hide shipping
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideShipping=true
Hide discounts
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideDiscounts=true
Hide payment method
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hidePaymentMethod=true
Hide order detail
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideOrderDetail=true
Hide help text comment
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideCommentHelpText=true
Hide Button Add Product
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&shouldAddProducts=true
Hide Order Late component
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&hideOrderLate=false