We are using share a sale and were told to place a tracking code in our confirmation page.
You can see below where i have placed it in the details.tpl file.
{if $smarty.request.confirmation == "Y"} {* place any code you wish to display on this page right after the order has been placed *}<br />
<img src="upload://4uvXyIWPZf2SDKtO4bRci8gyqoF.png" width="1" height="1"><br />
{hook name="orders:confirmation"}<br />
{/hook}<br />
{/if}
```<br />
<br />
My question is, how to I figure out what CSCarts variables are for AMOUNTOFSALE(which should be the subtotal) and TRACKINGNUMBER (which I believe is just order id?)<br />
<br />
Any ideas would be greatly appreciated!
Anyone able to help out or a better way to do this?
The first post is all right, but it would open up the popup everytime the user goes into the order details… The function I’m looking for only gets fired off when the transaction occurs and is successful