" NAME="quantity<%=(counter-1)%>">
" NAME="prodweight<%=(counter-1)%>">
" NAME="domestictax<%=(counter-1)%>">
" NAME="internationaltax<%=(counter-1)%>">
" NAME="localdelivery<%=(counter - 1)%>">
" NAME="interstatedelivery<%=(counter - 1)%>">
" NAME="internationaldelivery<%=(counter - 1)%>">
" NAME="unitprice<%=(counter-1)%>">
" NAME="prodname<%=(counter-1)%>"><%=Session("Products_" & counter & "_pde")%>
" NAME="prodcode<%=(counter-1)%>"><%=Session("Products_" & counter & "_pcd")%>
<% If bShowExTax Then %>
$<%=FormatNumber(Session("Products_" & counter & "_pdp"), 2)%>
<% End If %>
<% If bShowTaxAmount Or bShowTaxPercent Then %>
<% If bAcceptInternational Then %>
onmouseover="ToggleDisplay(disp_dtax<%=counter%>);" onmouseout="ToggleDisplay(disp_dtax<%=counter%>);" <% End If %>>
<% If bShowTaxAmount Then %>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * Session("Products_" & counter & "_dtax"), 2)%>
<% End If %>
<% If bShowTaxPercent Then %>
(<%=FormatPercent(Session("Products_" & counter & "_dtax"))%>)
<% End If %>
onmouseover="ToggleDisplay(disp_itax<%=counter%>);" onmouseout="ToggleDisplay(disp_itax<%=counter%>);" <% End If %>>
<% If bShowTaxAmount Then %>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * Session("Products_" & counter & "_itax"), 2)%>
<% End If %>
<% If bShowTaxPercent Then %>
(<%=FormatPercent(Session("Products_" & counter & "_itax"))%>)
<% End If %>
<% If bIE Then %>
width=300 style="position : absolute; display : none;" border=1 cellpadding=2 cellspacing=1 bgcolor=#000000>This is the domestic tax rate it will be applied when your order is delivered within Australia
width=300 style="position : absolute; display : none;" border=1 cellpadding=2 cellspacing=1 bgcolor=#000000>This is the international tax rate it will be applied when your order is delivered outside of Australia
<% End If %>
<% Else %>
<% If bShowTaxAmount Then %>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * Session("Products_" & counter & "_dtax"), 2)%>
<% End If %>
<% If bShowTaxPercent Then %>
(<%=FormatPercent(Session("Products_" & counter & "_dtax"))%>)
<% End If %>
<% End If %>
<% End If %>
<% If bShowIncTax Then %>
<% If bAcceptInternational Then %>
onmouseover="ToggleDisplay(disp_dinc<%=counter%>);" onmouseout="ToggleDisplay(disp_dinc<%=counter%>);" <% End If %>>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * (1 + Session("Products_" & counter & "_dtax")), 2)%>
onmouseover="ToggleDisplay(disp_iinc<%=counter%>);" onmouseout="ToggleDisplay(disp_iinc<%=counter%>);" <% End If %>>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * (1 + Session("Products_" & counter & "_itax")), 2)%>
<% If bIE Then %>
width=300 style="position : absolute; display : none;" border=1 cellpadding=2 cellspacing=1 bgcolor=#000000>This is the domestic tax inclusive price. It is the price per unit that will be charged when the order is delivered within Australia
width=300 style="position : absolute; display : none;" border=1 cellpadding=2 cellspacing=1 bgcolor=#000000>This is the international tax inclusive price. It is the price per unit that will be charged when the order is delivered outside of Australia
<% End If %>
<% Else %>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * (1 + Session("Products_" & counter & "_dtax")), 2)%>
<% End If %>
<% End If %>
<% If bAcceptInternational Then %>
onmouseover="ToggleDisplay(disp_dsubtot<%=counter%>);" onmouseout="ToggleDisplay(disp_dsubtot<%=counter%>);" <% End If %>>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * (1 + Session("Products_" & counter & "_dtax")) * Session("Products_" & counter & "_qty") , 2)%>
onmouseover="ToggleDisplay(disp_isubtot<%=counter%>);" onmouseout="ToggleDisplay(disp_isubtot<%=counter%>);" <% End If %>>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * (1 + Session("Products_" & counter & "_itax")) * Session("Products_" & counter & "_qty"), 2)%>
<% If bIE Then %>
width=200 style="position : absolute; display : none;" border=1 cellpadding=2 cellspacing=1 bgcolor=#000000>This is the domestic tax inclusive price. It is the total for this order line that will be charged when the order is delivered within Australia
width=200 style="position : absolute; display : none;" border=1 cellpadding=2 cellspacing=1 bgcolor=#000000>This is the international tax inclusive price. It is the total for this order line that will be charged when the order is delivered outside of Australia
<% End If %>
<% Else %>
$<%=FormatNumber(Session("Products_" & counter & "_pdp") * (1 + Session("Products_" & counter & "_dtax")) * Session("Products_" & counter & "_qty"), 2)%>
<% End If %>
" NAME="MerchantID<%=(counter-1)%>">
Freight charges not included
nowrap>
<% If bAcceptInternational Then %>
Domestic Sub-Total
International Sub-Total
<% Else %>
Sub-Total
<% End If %>
<% If bAcceptInternational Then %>
onmouseover="ToggleDisplay(disp_dtot);" onmouseout="ToggleDisplay(disp_dtot);" <% End If %>>
$<%=FormatNumber(DomSubTotal, 2)%>
onmouseover="ToggleDisplay(disp_itot);" onmouseout="ToggleDisplay(disp_itot);" <% End If %>>
$<%=FormatNumber(IntSubTotal, 2)%>
<% If bIE Then %>
This is the domestic order sub total. It excludes freight and any promotional discounts. It applies to purchases within Australia
This is the international order sub total. It excludes freight and any promotional discounts. It applies to purchases outside of Australia
<% End If %>
<% Else %>
$<%=FormatNumber(DomSubTotal, 2)%>
<% End If %>