-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCheckoutComplete.aspx
More file actions
21 lines (19 loc) · 939 Bytes
/
CheckoutComplete.aspx
File metadata and controls
21 lines (19 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%@ Page Language="VB" MasterPageFile="~/Skins/Kartris/Template.master" AutoEventWireup="false"
CodeFile="CheckoutComplete.aspx.vb" Inherits="CheckoutComplete" %>
<asp:Content ID="cntMain" ContentPlaceHolderID="cntMain" runat="Server">
<div>
<h1>
<asp:Literal ID="litTitle" runat="server" Text="<%$ Resources: Callback, PageTitle_OnlineCreditCardPayment %>" /></h1>
<h2>
<asp:Label ID="lblResult" Text="<%$ Resources: Callback, ContentText_TransactionSuccess %>"
runat="server" /></h2>
<p>
<asp:Literal ID="litOrderDetails" runat="server" />
</p>
<p>
<asp:Literal ID="litContentTextConfirmEmail" Text="<%$ Resources: Checkout, ContentText_ConfirmEmail %>"
runat="server" />
</p>
</div>
<user:EcommerceTracking runat="server" ID="UC_EcommerceTracking" />
</asp:Content>