HomeHome Product Discus... Product Discus...SmithCartSmithCartAre there any tokens available on confirmation?Are there any tokens available on confirmation?
Previous
 
Next
New Post
6/17/2011 6:03 AM
 

I need to insert some HTML into ConfirmStatus and was wondering if that has access to the OrderID an OrderTotal tokens?

 
New Post
6/17/2011 5:58 PM
 

Hi Chad,

The tokens are only supported in the emails not the ascx pages

The Order id is populated using the following label:

 

<asp:Label ID="lblOrderID" runat="server" CssClass="SmithProdText"/>

You could write a java script that reads the asp label for order ID and populates it in another area of the page in a div tag. The same concept applies to all the other data that shows on the form.

Thanks
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartAre there any tokens available on confirmation?Are there any tokens available on confirmation?