A list of texts than you can customize:
Order status
Delivery code,
Delivery date and time
Delivery Address
Products
Help Center
Order Detail
Payment Method
¿How did your order go?
Order Help (HTML)
Order Total
Order Help Title
Add Comment Title
Order Payment
Discounts
Shipping
QR
Parameters | description |
---|---|
orderStatusText | Parameter to customize text Order Status |
deliveryCodeText | Parameter to customize text Delivery code |
deliveryDateText | Parameter to customize text Delivery date and time |
deliveryAddressText | Parameter to customize text Delivery address |
productsText | Parameter to customize text Products |
helpCenterText | Parameter to customize text Help center |
orderDetailText | Parameter to customize text Order detail |
paymentMethodText | Parameter to customize text Payment method |
rateQuestionText | Parameter to customize text ¿How did your order go? |
orderHelpHtml | Parameter to customize the section Understand the charges for my order |
orderTotalText | Parameter to customize the text Order total in Order details |
orderHelpTitleText | Parameter to customize the title Understand the charges for my order |
addCommentTitleText | Parameter to customize the title Add a comment to your order in add comments component |
orderPaymentText | Parameter to customize the title Order payment in Payment method details |
discountsText | Parameter to customize the title Discounts in Order detail |
shippingText | Parameter to customize the title Shipping fee in Order details |
qrText | Parameter to customize the text Go to the delivery area and show the QR code in View QR Code |
Usage Example
Consider the following examples:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderStatusText=order%20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&deliveryCodeText=delivery%20code%20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&deliveryDateText=delivery%20date%20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&deliveryAddressText=delivery%20address%20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&productsText=product%20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&helpCenterText=help%20center&20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderDetailText=order%20detail&20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentMethodText=payment&20method&custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&canRate=true&rateQuestionText=rate%20question%20custom
You will see the following content:

You can customize the section by passing an html by url in the orderHelpHtml parameter. This is an example of the HTML:
<h5>Subtotal</h5>
<p>Total cost of the product list without counting taxes, shipping or changes</p>
<br>
<h5>Shipping fee</h5>
<p>Shipping fee set by the store</p>
<br>
<h5>Order total</h5>
<p>In case you have made any changes to your order here you will see the extra charges</p>
<br>
<h5>Total paid</h5>
<p>Value you paid when the order was placed</p>
Transform HTML
Copy the html, go to this url https://www.urlencoder.org/ and click on encode , copy the result in the parameter.
Titles should be in h5 , paragraphs in p tags and line breaks with the br tag.
URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderHelpHtml=<h5>Subtotal<%2Fh5>%0A<p>Total%20cost%20of%20the%20product%20list%20without%20counting%20taxes%2C%20shipping%20or%20changes<%2Fp>%0A<br>%0A<h5>Shipping%20fee<%2Fh5>%0A<p>Shipping%20fee%20set%20by%20the%20store<%2Fp>%0A<br>%0A<h5>Order%20total<%2Fh5>%0A<p>In%20case%20you%20have%20made%20any%20changes%20to%20your%20order%20here%20you%20will%20see%20the%20extra%20charges<%2Fp>%0A<br>%0A<h5>Total%20paid<%2Fh5>%0A<p>Value%20you%20paid%20when%20the%20order%20was%20placed<%2Fp>
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderTotalText=Order%total%20custom
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderHelpTitleText=Custom%20title%20help
You will see the following content:

URL example:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&addCommentTitleText=Custom%20text%20to%20add%20comment%20title
You will see the following content:

Url example
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderPaymentText=custom%20text%20order%20payment

Url example
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&discountsText=Custom%20discount%20text
You will see the following content

Url example
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&shippingText=Custom%20shipping%20text
You will see the following content

Url example
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&qrText=Custom%20QR%20text
You will see the following content