<%@ Page Language="VB" Explicit="False" %> <%@ Import Namespace="PDshop9" %> <%=pd.getTopHtml(pd.pg9)%> <%= pd.startSection("heads3")%>
<%=pd.getFormError()%>
<%=pd.getsystext("sys1")%>/<%=pd.getsystext("sys2")%>
<%=pd.getsystext("sys3")%>
<%=pd.getsystext("sys4")%>
<%=pd.getsystext("sys5")%>

<%# Container.DataItem("hiddenitemid") %> <%# Container.DataItem("hiddenrecid") %>
<%# Container.DataItem("itemname") %>
<%# Container.DataItem("itemno") %>
<%# Container.DataItem("inverror") %>" type="text" value="<%# Container.DataItem("buyqty") %>" size="5">
<%# Container.DataItem("priceeach") %>
<%# Container.DataItem("pricetotal") %>
<%# Container.DataItem("itemimage") %>
<%# Container.DataItem("optionheader") %>
<%# Container.DataItem("inverror") %><%# Container.DataItem("optionname") %>
<%# Container.DataItem("optiontext") %>
<%# Container.DataItem("editbutton") %> <%# Container.DataItem("updatebutton") %> <%# Container.DataItem("removebutton") %>

<% If pd.iItemcount = 0 Then%>
<%=pd.geterrtext("err52")%>
<%End If%> <% If pd.discen = "1" And pd.iItemcount > 0 Then%>
<%=pd.getsystext("sys7")%>
<%=pd.getsystext("sys8")%> <%=pd.getButton("butts11", "", "","discform") %>
<%=pd.fixERR(pd.discountmessage)%>

<% End If%> <% If pd.giften = "1" And pd.iItemcount > 0 Then%>
<%=pd.getsystext("sys9")%>
<%=pd.getsystext("sys10")%> <%=pd.getButton("butts22", "", "","giftform") %>
<%=pd.fixERR(pd.giftmessage)%>

<% End If%>
<%=pd.getsystext("sys11")%>
<%=pd.showCurr(pd.dordersub)%>
<% If pd.dDiscounts > 0 Then%>
<%=pd.getsystext("sys7")%>
-<%=pd.showCurr(pd.dDiscounts)%>
<% End If%> <% If pd.dCarrierrate > 0 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.currrate <> 1 And (pd.dDiscounts > 0 Or pd.dCarrierrate > 0 Or pd.dOrdertaxtotal > 0 Or pd.dGiftamt > 0) Then%>
 
<%=pd.getsystext("sys61")%>
<%= pd.showPrimarycurr(pd.dOrdergrandtotal)%>
<% End If%>
<%=pd.getsystext("sys12")%>
<%=pd.iItemcount%>
 
<% If pd.iItemcount > 0 And oktocheckout = "Y" Then%>
<%=pd.getButton("butts10","", pd.shopurl & "continue.aspx","") %> <%=pd.getButton("butts13", "", "checkout.aspx","")%>
<% If pd.showppexpress = "Yes" And oktocheckout = "Y" Then%>
<%End If%> <% If pd.showgcoption = "Yes" And oktocheckout = "Y" Then%>
<%=pd.getgooglecheckoutbutton(cartid)%>
<%End If%> <%Else%>
<%=pd.getButton("butts10","", pd.shopurl & "continue.aspx","") %>
<%End If%>
<%= pd.endSection()%> <%=pd.getBottomHtml(pd.pg9)%>