phreakgrrrl
Technical User
ok...so im a newbie and dont know if im gonna explain this right so...well ok here it is...
<%
subtotal = 0
tempunitprice = CDbl(rsAddItem("unitprice"
)
subtotal = rsAddItem("quantity"
* tempunitprice
if CDbl(subshipping) > CDbl(totalshipping) then
totalshipping = subshipping
total = total + subtotal
end if %>
thats the calc i have....
the shipping cost and total costs are not being calculated at all..
any ideas anyone??
<%
subtotal = 0
tempunitprice = CDbl(rsAddItem("unitprice"
subtotal = rsAddItem("quantity"
if CDbl(subshipping) > CDbl(totalshipping) then
totalshipping = subshipping
total = total + subtotal
end if %>
thats the calc i have....
the shipping cost and total costs are not being calculated at all..
any ideas anyone??