%if pTitle<>"" then%>
<%=getMsg(42,"Your cart contains")%> <%=getMsg(50,"Total")%> <%=pCurrencySign & money(calculateCartTotal(pIdDbSessionCart)) %> <%if pTaxIncluded<>"-1" then%> <%=getMsg(51,"Tx inc")%> <%else%> <%=getMsg(52,"Tax n/incl")%> <%end if%> <%=getMsg(53,"Availability")%> <% if totalDeliveringTime>0 and totalDeliveringTime<999 then response.write totalDeliveringTime & " " & getMsg(54," days") end if if totalDeliveringTime=0 then response.write getMsg(56,"same day") end if ' use 999 for undetermined if totalDeliveringTime>998 then response.write getMsg(55,"Und") end if %>
<%if ucase(pRealTimeShipping)="NONE" and pByPassShipping="0" then%>
<%=getMsg(59,"Get sh cost")%> <%end if%> |