<%@ Page Language="VB" Explicit="False" %> <%@ Import Namespace="PDshop9" %> <% pd.writeadminjava()%> Order Details onload="printnormal()" <% end if %>>
<%=orderheader%>
<%=pd.getsystext("sys65")%>
<%=pd.iOrderno%>
<%=pd.getsystext("sys66")%>
<%=pd.showdate(pd.sOrderdate)%>
<%=pd.getsystext("sys67")%>
<%= pd.dohtmlencode(pd.sStatus)%>
<%=pd.getsystext("sys23")%>
<%= pd.dohtmlencode(pd.sBillEmail)%>
<%=pd.getsystext("sys27")%>
<%= pd.dohtmlencode(pd.sBillPhone)%>
<%=pd.getsystext("sys40")%>
<%=pd.doHtmlEncode(pd.sCarriername)%>
<%= pd.dohtmlencode(pd.sTracking)%>
<%=pd.getsystext("sys33")%>
<%= pd.dohtmlencode(pd.sBillName)%>
<% If pd.sBillCompany <> "" Then%> <%= pd.dohtmlencode(pd.sBillCompany)%>
<% End If%> <%= 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.getsystext("sys34")%>
<%= pd.dohtmlencode(pd.sShipName)%>
<% If pd.sShipCompany <> "" Then%> <%= pd.dohtmlencode(pd.sShipCompany)%>
<% End If%> <%= pd.dohtmlencode(pd.sShipstreet1)%>
<%= pd.dohtmlencode(pd.sShipstreet2)%>
<%= pd.dohtmlencode(pd.sShipcity)%>
<%= pd.dohtmlencode(pd.sShipstate)%>
<%= pd.dohtmlencode(pd.sShipzip)%>
<%= pd.dohtmlencode(pd.sShipcountry)%>
<% If pd.adminlevel < 3 Then%>
<%=pd.getsystext("sys47")%>
<%=pd.getsystext("sys48")%>
<%=pd.getsystext("sys50")%>
<%= pd.dohtmlencode(pd.sCctype)%><%If pd.sCctype = "PayPal" Then%> (<%= pd.dohtmlencode(pd.sCctrxid)%>)<%End If%>
<%= pd.dohtmlencode(pd.sCcardnohide)%> 
<%= pd.dohtmlencode(pd.sExpmonth)%>/ <%= pd.dohtmlencode(pd.sExpyear)%>
<% End If%>
Approval / Trx ID
Name on Card
IP Address
<%=pd.doHtmlEncode(pd.sCcapproval)%> / <%=pd.doHtmlEncode(pd.sCctrxid)%>
<%=pd.doHtmlEncode(pd.sCcnoc)%>
<%=pd.doHtmlEncode(pd.sIpaddr)%>
<%=pd.getsystext("sys2")%>
<%=pd.getsystext("sys1")%>
<%=pd.getsystext("sys3")%>
<%= pd.getsystext("sys4")%>
<%= pd.getsystext("sys5")%>
<%# Container.DataItem("itemno") %>
<%# Container.DataItem("itemname") %><%# Container.DataItem("notesoptions") %>
<%# Container.DataItem("lineqty") %>
<%# Container.DataItem("linepriceeach") %>
<%# Container.DataItem("linepricetotal") %>
<%# Container.DataItem("itemno") %>
<%# Container.DataItem("optionname") %>
<%# Container.DataItem("optiontext") %>
<%# Container.DataItem("lineqty") %>
<%# Container.DataItem("linepriceeach") %>
<%# Container.DataItem("linepricetotal") %>
 

<%=pd.getsystext("sys11")%>
<%=pd.showCurr(pd.dordersub)%>
<% If pd.dDiscounts > 0 Then%>
(<%=pd.sDisccode%>) <%=pd.getsystext("sys7")%>
-<%=pd.showCurr(pd.dDiscounts)%>
<% End If%> <% If pd.sCarriername <> "" Then%>
<%If pd.sRatemethod = "2" Then Response.Write("*")%><%=pd.getsystext("sys39")%>
<% If pd.sRatemethod = "3" Then Response.Write(pd.getsystext("sys109")) Else Response.Write(pd.showcurr(pd.dCarrierrate)) End If %>
<% End If%> <% If pd.dOrdertaxtotal > 0 Then%>
<%=pd.getsystext("sys60")%>
<%=pd.showCurr(pd.dOrdertaxtotal)%>
<% End If%> <% If pd.dGiftamt > 0 Then%>
<%=pd.getsystext("sys9")%>
-<%=pd.showCurr(pd.dGiftamt)%>
<% End If%> <% If pd.dDiscounts > 0 Or pd.dCarrierrate > 0 Or pd.dOrdertaxtotal > 0 Or pd.dGiftamt > 0 Then%>
<%=pd.getsystext("sys61")%>
<%=pd.showCurr(pd.dOrdergrandtotal)%>
<% End If%> <% If pd.sNotes <> "" Then%>
Notes (internal)
<%= pd.dohtmlencode(pd.sNotes)%>
<% End If%> <% If pd.sNotes2 <> "" Then%>
Public Notes (To customer)
<%= pd.dohtmlencode(pd.sNotes2)%>
<% End If%>
<%'=orderfooter%>