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

Your Cart

Promotional Code:
Checkout - Step 1
Provide Shipping Information for Recipient
**First Name:
**Last Name:
**Address:
**City:
**State:
**Country:
**Zip Code:

Gift Message
If this is a gift, you can enter a message for the recipient here.
<% if (CustomerInfo == null) { %>
Log in for faster checkout
Login here to use your existing account information.
<% } %> <% if (CustomerInfo != null && ddlUseExistingShipping.Items.Count > 0) { %>
Use Existing Shipping Address:
<% } %> <% if (CustomerInfo == null) { %>

OR
<% } %>

Your Information
We'll be using this e-mail address to send updates on your order.
**Your Email Address:
**Confirm Your Email Address:


<% if (CustomerInfo == null) { %>
Create an account by typing in a password (optional)
If you create an account, you can login to the site later to view your order history. Leave the password fields blank if you do not wish to create an account.
Password:
Password (re-type):
Passwords must match
<% } %>