<%@ include file="header.jsp" %> <% if (order.getCustomer() == null) { order.setCustomer(new Customer()); } if (order.getOrderItems() == null) { throw new Exception ("Session timed out. Please enter the items you would like into your cart again."); } %> MotoFrugals - Billing Info
Checkout Order Info > Verify Total > Payment > Done
Ordering online from MotoFrugals is simple.
Start by first entering the following information.
Bill To:
Full Name: ">required
Company Name: ">
Street Address 1: ">required
Street Address 2: ">
City: ">required
State: required
Zip: ">required
Country: ">required
Phone: ">xxx-xxx-xxxx required
Email: ">required
A copy of your invoice will be sent to this email address.
Ship To: 0)?"":"checked" %>> Check if same as billing.
Full Name:
Ship Company:
Ship Address 1:
Ship Address 2:
City:
State:
Zip:
Country:
Other:
Discount Code:
If you have any special requests or additional information, please describe here.

<%@ include file="footer.html" %>