Hide elements

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.
ParameterDescription
headerallows you to choose not to render the order header element of the application

default: "true"
options: "false: || "true"
originDestinationAllows you to choose not to render the order origin-destination element of the application

default: "true"
options: "false: || "true"
hideDeliveryCodeAllows you to choose not to render the Delivery Code element of the application

default: "false"
options: "false: || "true"
hideChatWithDriverAllows 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"
shouldDeleteProductsAllows you to choose not to render the Delete Product Button in the product's list

default: "false"
options: "false: || "true"
hidePaymentStatusAllows you to render or hide the payment status

default: "false"
options: "false: || "true"
hideOrderMapAllows you to show or hide the map

default: "false"
options: "false: || "true"
hideHelpCenterAllows you to show or hide the help center

default: "false"
options: "false: || "true"
hideDecimalsAllows you to show or hide the decimals in order

default: "false"
options: "false: || "true"
hideTaxesAllows you to show or hide taxes in order

default: "false"
options: "false: || "true"
hideOrderHelpAllows you to show or hide order Help section

default: "false"
options: "false: || "true"
hideCancelOrderAllows you to show or hide the cancel order button

default: "false"
options: "false: || "true"
hideProductsAllows you to show or hide the products in Products component.

default: "false"
options: "false: || "true"
hideOrderIdAllows you to show or hide the number order in the header

default: "false"
options: "false: || "true"
hideShippingAllows you to show or hide the shipping in the order details

default: "false"
options: "false: || "true"
hideDiscountsAllows you to show or hide discounts in the order details

default: "false"
options: "false: || "true"
hidePaymentMethodAllows you to show or hide payment method in the order details

default: "false"
options: "false: || "true"
hideOrderDetailAllows you to show or hide Order Detail section

default: "false"
options: "false: || "true"
hideCommentHelpTextAllows to show or hide the help text comment

default: "false"
options: "false: || "true"
shouldAddProductsAllows you to show or hide the button Add Product component products.

default: "false"
options: "false: || "true"
hideOrderLateAllows 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