|

|
Order
Summary |
|
Please review your order as shown below. To modify the quantity of any item ordered,
input the desired quantity and select the Recalculate Order
button below. To delete an item click on DELETE.<%if bactiveCart = 1 then
%> To save
an item to return and purchase at a later time click on Wish List.
If you want to add new items return to the correct page and select additional items to be added to your order. When you have
completed your order, select the Check Out button below to connect to our secure directory and complete the order process.
<%
end if
%>
|
<%Order_ShowCouponLink'SFAE%>
<%OVC_SaveSubTotalWOD 'SFAE%>
<%If Application("AppName") = "StoreFront" Then 'SFUPDATE
sTotalPrice = getGlobalSalePrice(cdbl(sTotalPrice))
End If
If Application("AppName") = "StoreFrontAE" Then 'SFAE
sTotalPrice = ApplyALLDiscounts(cdbl(sTotalPrice),"Total") '.3008
End If
'-----------------------------------------------------------
' SUBTOTAL OUTPUT
'-----------------------------------------------------------
%>
<%OVC_ShowOrderDiscounts'SFAE%>
| Sub Total: |
<%
If iConverion = 1 Then
dim stemp
stemp = ""
dblTotal = FormatCurrency(sTotalPrice)
Response.Write stemp
Else
If sTotalPrice < 0 Then
Response.Write "Error: Your SubTotal Was a Negative Amount"
Response.End
Else
dim dblTotal
dblTotal = FormatCurrency(sTotalPrice)
Response.write FormatCurrency(sTotalPrice)
End If
End If
%> |
|
<%
' End rsAllOrders If
End If
%>
|
Please Note: CHECKOUT will go to our secure server to finish your transaction.
<% Else %>
<% End If %>
|
|
|
|
|