% Dim strYear strYear = FormatDateTime(Date,2) strYear = Right(strYear,4) %>
|
|||||
| Account Information | Order Information |
|
Account Number: <%=objRS("CustNumber")%> <%=(Ucase (objRS("FName")))%> <%=(Ucase (objRS("MName")))%> <%=(Ucase (objRS("LName")))%> <%=(Ucase (objRS("Address")))%> <%=(Ucase (objRS("Address2")))%> <% If (objRS("CountryCode") = "US") Then %><%=(Ucase (objRS("City")))%>, <%=objRS("State")%>. <%=objRS("ZipCode")%> <%=objRS("Country")%> <% Else %><%=(Ucase (objRS("City")))%> <%=objRS("ZipCode")%> <%=objRS("Country")%> (<%=objRS("CountryCode")%>) <% End If %><%=objRS("Email")%> <% If (objRS("PhoneEx") <> "") Then %><%=objRS("AreaCode")%>-<%=objRS("PhoneEx")%>-<%=objRS("PhoneNum")%> <% End If %> <% If (objRS("PhoneEx2") <> "") Then %> <%=objRS("AreaCode2")%>-<%=objRS("PhoneEx2")%>-<%=objRS("PhoneNum2")%> <% End If %> <% If (objRS("InternationalPhone") <> "") Then %> <%=objRS("InternationalPhone")%> <% End If %> eBay User Id: <%=objRS("EbayUserId")%> |
Order Number: <%= objRS("OrderNumber") %> Date: <%= objRS("OrderDate") %> Time: <%= objRS("OrderTime") %> Read Disclaimer: <%=objRS("Disclaimer")%> Host IP: <%= objRS("HostIP") %> Approval Code: <%= objRS("CCApproval") %> Transaction Id: <%= objRS("TransId") %> Shipping Date: <%= objRS("ShipDate") %> <% If objRS("UPSTrackingId") <> "" Then %> <% End If %> |
| Shipping Address (Alternate) |
|
<%=(Ucase (objRS("ShipFName")))%> <%=(Ucase (objRS("ShipLName")))%> <%=(Ucase (objRS("ShipCoName")))%> <%=(Ucase (objRS("ShipAddress")))%> <%=(Ucase (objRS("ShipAddress2")))%> <% If (objRS("ShipCountryCode") = "US") Then %><%=(Ucase (objRS("ShipCity")))%>, <%=objRS("ShipState")%>. <%=objRS("ShipZipCode")%> <%=objRS("Country")%> <% Else %><%=(Ucase (objRS("ShipCity")))%> <%=objRS("ShipZipCode")%> <%=objRS("ShipCountry")%> (<%=objRS("ShipCountryCode")%>) <% End If %> |
| Shipping Address (Same) |
|
<%=(Ucase (objRS("FName")))%> <%=(Ucase (objRS("LName")))%> <%=(Ucase (objRS("CoName")))%> <%=(Ucase (objRS("Address")))%> <%=(Ucase (objRS("Address2")))%> <% If (objRS("CountryCode") = "US") Then %><%=(Ucase (objRS("City")))%>, <%=objRS("State")%>. <%=objRS("ZipCode")%> <%=objRS("Country")%> <% Else %><%=(Ucase (objRS("City")))%> <%=objRS("ZipCode")%> <%=objRS("Country")%> (<%=objRS("CountryCode")%>) <% End If %> |
| Item # | Quantity |
Options |
Description | Each | Amount | |
| " target="_blank"><%=objRS2("ItemNum")%> | <% Else %><%=objRS2("ItemNum")%> | <% End If %><%=objRS2("Quantity")%> | <%=objRS2("Opt1")%> <%=objRS2("Opt2")%> <%=objRS2("Opt3")%> | <%=objRS2("Description")%> | <%= strCurrencySymbol %><%= FormatNumber(strPrice,2) %> | <%= strCurrencySymbol %><%= FormatNumber(strItemTotal,2) %> | This is an eBay Order. You have purchased eBay item: <%=strEbayItemNumber%> | <% End If %> <% strNotes = objRS2("Notes") If (strNotes <> "") Then %>
| Notes: <%= strNotes %> | ||||||
| Subtotal: | <%= strCurrencySymbol %><%= FormatNumber(strCartTotal,2) %> <%= strCurrencyCode %> |
| VAT: | <%= strCurrencySymbol %><%= FormatNumber(strTaxTotal,2) %> <%= strCurrencyCode %> |
| <%If strShippingMethod = "UPS" Then: Response.Write strShippingType & " ": End If%>Shipping: | <%= strCurrencySymbol %><%= FormatNumber(strShippingCost,2) %> <%= strCurrencyCode %> |
| Order Total: | <%= strCurrencySymbol %><%= FormatNumber(strOrderTotal,2) %> <%= strCurrencyCode %> |