They should automatically be there as long as your shopping cart template contains the [-- SC_JAVASCRIPT extras --] tag in the DEFINE ThankYou section (all of the default ShopSite shopping cart templates do, so you would probably only need to worry about this if you are using a custom template, or if you are hosted with a ShopSite reseller like SiteSell that provides their own default templates), used something like this:
- Code: Select all
<script type="text/javascript" language="JavaScript">
<!--
[-- SC_JAVASCRIPT extras --]
// -->
</script>
Note that this feature is in ShopSite Pro v7.0 and newer, and a subset of the variables (like the total and subtotal and order number) are available in Manager v8.1 and newer.
-Loren