Calculating product price

S

Steve H

Why not keep it simple:
http://www.rc10.com/qty.htm

-----Original Message-----
I have a simple order form page for a single product.
The viewer selects a quantity with a drop-down box. There
are 25 quantities to choose from. I want to supply the
total cost (quantity times price per quantity+shipping
cost per quantity). Can I use the quantity variable and
the a price range constant and a shipping cost constant to
provide the viewer with the total cost? How?
 
B

Bob Lehmann

Because it relies on the user to do the calculations. Something which they
may be unwilling or unable to do.

Bob Lehmann
 
Top