<%@ Page Language="C#" MasterPageFile="~/Content.master" AutoEventWireup="true" CodeFile="ConfirmOrder.aspx.cs" Inherits="ConfirmOrder" Title="Checkout: Confirm Order" %> <%@ Register TagPrefix="Controls" TagName="CartControl" Src="~/Controls/CartControl.ascx" %> <%@ Register TagPrefix="Controls" TagName="CheckoutNavigation" Src="~/Controls/CheckoutNavigation.ascx" %>
 

Your Cart

Purchase Information
Billing Address  Change
First Name: <%= BillingAddress.FirstName %>
Last Name: <%= BillingAddress.LastName %>
Address: <%= BillingAddress.Address %>
City: <%= BillingAddress.City %>
State: <%= BillingAddress.State %>
Country: <%= BillingAddress.Country %>
Zip Code: <%= BillingAddress.ZipCode %>
Phone: <%= BillingAddress.Phone %>


Payment Information  Change
<% if (PaymentInfo.PaymentType == "Credit Card") { %>
<%= PaymentInfo.PaymentType %>
Card Type: <%= PaymentInfo.CardType %>
Card Name: <%= PaymentInfo.CardNumber %>
Expiration Date: <%= PaymentInfo.ExpirationDate %>
Security Code: ***
<% } else if (PaymentInfo.PaymentType == "PO Number") { %>
<%= PaymentInfo.PaymentType %>
PO Number: <%= PaymentInfo.PONumber %>
<% } %>
Shipping Address  Change
First Name: <%= ShippingAddress.FirstName %>
Last Name: <%= ShippingAddress.LastName %>
Address: <%= ShippingAddress.Address %>
City: <%= ShippingAddress.City %>
State: <%= ShippingAddress.State %>
Country: <%= ShippingAddress.Country %>
Zip Code: <%= ShippingAddress.ZipCode %>
Email Address: <%= ShippingAddress.EmailAddress %>


Additional Ordering Info  Change
Special Instructions/Comments: <%= OrderInfo.Comments %>



Place Order

Print This Page

VeriSign