<%@ Page Language="VB" Explicit="False" %> <%@ import Namespace="PDshop8" %> Order Details onload="window.print()"<% end if %>>
  <%=orderheader%>  
  PRINT  
     
 
Order No. Order Date
<%=pd.iOrderno%> <%=pd.showdate(pd.sOrderdate)%> <%=pd.showtime(pd.sOrdertime)%>
   
Status Carrier
<%=pd.doHtmlEncode(pd.sStatus)%> <%=pd.doHtmlEncode(pd.sCarriername)%>
<%=pd.doHtmlEncode(pd.sTracking)%>
   
Email Phone
<%=pd.doHtmlEncode(pd.sBillEmail)%> <%=pd.doHtmlEncode(pd.sBillPhone)%>
   
 
Billing Address Shipping Address
<%=pd.doHtmlEncode(pd.sBillName)%>
<%=pd.doHtmlEncode(pd.sBillStreet1)%>
<%=pd.doHtmlEncode(pd.sBillStreet2)%>
<%=pd.doHtmlEncode(pd.sBillCity)%>
<%=pd.doHtmlEncode(pd.sBillState)%>
<%=pd.doHtmlEncode(pd.sBillZip)%>
<%=pd.doHtmlEncode(pd.sBillCountry)%>
<%=pd.doHtmlEncode(pd.sShipname)%>
<%=pd.doHtmlEncode(pd.sShipstreet1)%>
<%=pd.doHtmlEncode(pd.sShipstreet2)%>
<%=pd.doHtmlEncode(pd.sShipcity)%>
<%=pd.doHtmlEncode(pd.sShipstate)%>
<%=pd.doHtmlEncode(pd.sShipzip)%>
<%=pd.doHtmlEncode(pd.sShipcountry)%>
     
 
 
Payment Type Credit Card/Number Exp
<%=pd.doHtmlEncode(pd.sCctype)%> <%=pd.doHtmlEncode(pd.sCcardnohide)%> <%=pd.doHtmlEncode(pd.sExpmonth)%> / <%=pd.doHtmlEncode(pd.sExpyear)%>
 
 
Approval / Trx ID Name on Card CVV/CVC/CID IP Address
<%=pd.doHtmlEncode(pd.sCcapproval)%> / <%=pd.doHtmlEncode(pd.sCctrxid)%> <%=pd.doHtmlEncode(pd.sCcnoc)%> <%=pd.doHtmlEncode(pd.sCccodehide)%> <%=pd.doHtmlEncode(pd.sIpaddr)%>
 
     
 
Item No. Name Qty Price Ea. Extended  
<%# Container.DataItem("itemno") %> <%# Container.DataItem("itemname") %> <%# Container.DataItem("notesoptions") %> <%# Container.DataItem("cqty") %> <%# Container.DataItem("linepriceeach") %> <%# Container.DataItem("linepricetotal") %>  
<%# Container.DataItem("itemno") %> <%# Container.DataItem("optionname") %>
<%# Container.DataItem("optiontext") %>
<%# Container.DataItem("cqty") %> <%# Container.DataItem("linepriceeach") %> <%# Container.DataItem("linepricetotal") %>  
<% if pd.dDiscounts>0 then %> <% end if %> <% if pd.dGiftamt>0 then %> <% end if %>
     
SubTotal <%=pd.showCurr(pd.dOrdersub)%>  <%'if pd.sRatemethod="2" or pd.sRatemethod="3" then response.write "*" end if%>
(<%=pd.sDisccode%>) Discounts -<%=pd.showCurr(pd.dDiscounts)%>  
<% 'if pd.sRatemethod="2" then response.write ("* ") end if %> Shipping <%=pd.showcurr(pd.dCarrierrate)%>  <%' if pd.sRatemethod="2" or pd.sRatemethod="3" then response.write "*" end if%>
(<%=pd.dSalestax%>%) Tax <%=pd.showCurr(pd.dOrdertaxtotal)%>  
     
Total <%=pd.showCurr(pd.dOrdertotal)%>
Gift Cert. -<%=pd.showCurr(pd.dGiftamt)%>  
     
Total <%=pd.showCurr(pd.dOrdergrandtotal)%>  <%'if pd.sRatemethod="2" or pd.sRatemethod="3" then response.write "*" end if%>
 
     
   
 
Notes (internal)
<%=pd.doHtmlEncode(pd.sNotes)%>
Public Notes (To customer)
<%=pd.doHtmlEncode(pd.sNotes2)%>