Calculating product price

G

Guest

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?
 
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
 
C

chris leeds

try www.javascript.internet.com or www.javascript-2.com and look for
calculation scripts.
it'll be fairly easy to find one close to what you want.

HTH

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


brossyg said:
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?
 
G

Guest

I can help you out I have all ready done this on one of my sites a
http://www.argocompany.com
check it out and let me know if you need more hel
I could even write the script for yo

contact info is
(e-mail address removed)
phone # 208-733-880
other Phohe 208-316-0311
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top