888.398.4703
You are here:
< Back

Placed Order Thanks Page Text / HTML

Placed Order Thanks Page Text / HTML Overview

A customized text (html) can be entered, so it will be used on the page that the system shows after a successful order. This page is exactly what it sounds like; it is the buyer’s notification of a successful order and the user’s opportunity to express related and final information.


Placed Order Thanks Page Text / HTML Fields

Placed Order Thanks Page Text / HTML Field: This field may contain plain text or full HTML markup. It contains the content that will be displayed to the customer once the order has been finalized and submitted.


Placed Order Thanks Page Text / HTML Functions

Preview: Selecting this function will open a pop-up panel displaying the entered text as it will appear on the checkout page once the order has been finalized.

Reset: Selecting this function will clear the contents of the thanks page. Use with caution; it cannot be undone.


Placed Order Thanks Page Text / HTML Keywords

SCART_UID – Will be replaced with the id of the user.

SCART_ORDER_NUMBER – Will be replaced with the number of the order.

SCART_ORDER_AMOUNT_SUBTOTAL – Will be replaced with the subtotal amount of the order (in selected currency).

SCART_ORDER_AMOUNT_SUBTOTAL_USDOLLAR – Will be replaced with the subtotal amount of the order (in us dollars).

SCART_ORDER_AMOUNT_TOTAL – Will be replaced with the total amount of the order (in selected currency).

SCART_ORDER_AMOUNT_TOTAL_USDOLLAR – Will be replaced with the total amount of the order (in us dollars).

SCART_ORDER_QTY_TOTAL – Will be replaced with the total quantity of the ordered items.

SCART_ORDER_WEIGHT_TOTAL – Will be replaced with the total weight of the ordered items.

SCART_ORDER_CUSTOMER_ISREPEAT – Will be replaced with 1 if customer has ordered before or 0 if not.


Placed Order Thanks Page Text / HTML Special Instructions

Special Cookies accessible through JavaScript. Examples:

  1. <script language=”JavaScript” type=”text/javascript”>userid = getCookie(“cookie_scart_uid”);</script>
  2. <script language=”JavaScript” type=”text/javascript”>order_total = getCookie(“cookie_scart_order_amount_total”);</script>
  3. <script language=”JavaScript” type=”text/javascript”>order_total = getCookie(“cookie_scart_order_amount_total_usdollar”);</script>

Templates available:

<template_order></template_order> – the content between these two tags will be treated as a template of type “Export Orders”. Refer to the help of templates of type “Export Orders” for more information. Example:

 <template_order>
<export_foreach_record>
order number = ORDER_NUMBER, order date = ORDER_DATE; ORDER_TIME<br>
<foreach_item>
ORDER_ITEM_NAME (ORDER_ITEM_QTY x ORDER_ITEM_PRICE = ORDER_ITEM_PRICE_TOTAL)<br>
</foreach_item>
</export_foreach_record>
</template_order>