.jpg" width="174" style="margin:10px;"> |
<%=BTNieuw(rsH)%>
<%
If len(BTPrijs(rsH))>0 Then
Response.Write BTPrijs(rsH)
Else
Response.Write BTActie(rsH)
End if
%>
<%=BTCollect(rsH)%>
<%=rsH.Fields("fabricant").Value%>
<%=rsH.Fields("omschr" & Session("lang")).Value%>
Art.nr.: <%=rsH.Fields("artikelnummer").Value%>
Schaal: <%=rsH.Fields("Schaal").Value%>
<% If rsH.Fields("lengte") <> 0 Then %>
LxBxH: <%=rsH.Fields("lengte")%>x<%=rsH.Fields("breedte")%>x<%=rsH.Fields("hoogte")%>
<% End If %>
Prijs: € <%=Iif(rsH.Fields(Session("Valuta")).Value>0,rsH.Fields(Session("Valuta")).Value,"-")%>
<%
If rsH.Fields("actie1").Value > 0 Then
%>
Actieprijs: € <%=Iif(actiePrijs(rsH)>0,actiePrijs(rsH),"-")%>
<%
End If
%>
<%
If rsH.Fields("actie2").Value > 0 Then
%>
Actie: verzending tijdelijk gratis
<%
End If
%>
Spaarpunten: <%=rsH.Fields("spaarpunten").Value%>
<%
If rsH.Fields("actie3").Value > 0 Then
%>
Extra actiespaarpunten: <%=rsH.Fields("actie3").Value%>
<%
End If
%>
Verwacht: <%=rsH.Fields("verwachtdatum").Value%>
|