Custom texts

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

Parametersdescription
orderStatusTextParameter to customize text Order Status
deliveryCodeTextParameter to customize text Delivery code
deliveryDateTextParameter to customize text Delivery date and time
deliveryAddressTextParameter to customize text Delivery address
productsTextParameter to customize text Products
helpCenterTextParameter to customize text Help center
orderDetailTextParameter to customize text Order detail
paymentMethodTextParameter to customize text Payment method
rateQuestionTextParameter to customize text ¿How did your order go?
orderHelpHtmlParameter to customize the section Understand the charges for my order
orderTotalTextParameter to customize the text Order total in Order details
orderHelpTitleTextParameter to customize the title Understand the charges for my order
addCommentTitleTextParameter to customize the title Add a comment to your order in add comments component
orderPaymentTextParameter to customize the title Order payment in Payment method details
discountsTextParameter to customize the title Discounts in Order detail
shippingTextParameter to customize the title Shipping fee in Order details
qrTextParameter to customize the text Go to the delivery area and show the QR code in View QR Code

Usage Example


Consider the following examples:

  • Text order status

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderStatusText=order%20custom

You will see the following content:

  • Text Delivery code

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&deliveryCodeText=delivery%20code%20custom

You will see the following content:

  • Text Delivery date and time

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&deliveryDateText=delivery%20date%20custom

You will see the following content:

  • Text Delivery Address

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&deliveryAddressText=delivery%20address%20custom

You will see the following content:

  • Text Products

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&productsText=product%20custom

You will see the following content:

  • Text Help Center

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&helpCenterText=help%20center&20custom

You will see the following content:

  • Text Order Detail

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderDetailText=order%20detail&20custom

You will see the following content:

  • Text Payment Method

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentMethodText=payment&20method&custom

You will see the following content:

  • Text ¿How did your order go?

3818

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&canRate=true&rateQuestionText=rate%20question%20custom

You will see the following content:

  • Order help (HTML)

3818

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:

  • Text Order total

2190

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderTotalText=Order%total%20custom

You will see the following content:

  • Text order help title

1820

URL example:

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&orderHelpTitleText=Custom%20title%20help

You will see the following content:

  • Text Add Comment Title

2156

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:

  • Text Order payment

2550

Url example

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

2854

Url example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&discountsText=Custom%20discount%20text

You will see the following content

  • Shipping fee text

2276

Url example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&shippingText=Custom%20shipping%20text

You will see the following content

  • QR text

2268

Url example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&qrText=Custom%20QR%20text

You will see the following content