Order Number on receiptpage.ascx
Posted: Thu Aug 27, 2009 8:25 am
I have the following 3 lines at the top of receiptpage.aspx replacing the View Order # text. Can somebody tell me how I replace the 'xx' in the third line with the order #? I have tried several things with no success.
<asp:Panel ID="PageHeaderPanel" runat="server" CssClass="receiptpageHeader">
<h1><asp:Localize ID="Caption" runat="server" Text="Thank you for your order."></asp:Localize></h1>
<h4><asp:Localize ID="Caption1" runat="server" Text="Please print this page for your records."></asp:Localize></h4>
<h4><asp:Localize ID="Caption2" runat="server" Text="Your order number is xx and it will ship pending credit card approval. ."></asp:Localize></h4>
</asp:Panel>
<asp:Panel ID="PageHeaderPanel" runat="server" CssClass="receiptpageHeader">
<h1><asp:Localize ID="Caption" runat="server" Text="Thank you for your order."></asp:Localize></h1>
<h4><asp:Localize ID="Caption1" runat="server" Text="Please print this page for your records."></asp:Localize></h4>
<h4><asp:Localize ID="Caption2" runat="server" Text="Your order number is xx and it will ship pending credit card approval. ."></asp:Localize></h4>
</asp:Panel>