Would anybody like to have a go at this as my scripting abilities are really poor (Graphic Designer).
It seems really simple.
User enters a size and selects a style from a drop down box and gets an outputed price.
The price is based on 2 factors style and size. There are 3 styles and 3 sizes (upto a certain size)
So if the user inputs a width of 97 and selects Clear as the style the price is £200
or
Inputs the size of 187 and selects bronze style the price is £305.
Needs to do the calcualtion on a form button
I hope ive explained myself ok, any help would be massively appreciated.
It seems really simple.
User enters a size and selects a style from a drop down box and gets an outputed price.
The price is based on 2 factors style and size. There are 3 styles and 3 sizes (upto a certain size)
Code:
WIDTH ---->| 1-100 | 101-200 | 201-300 |
Clear £200 £300 £400
Opal £285 £320 £380
Bronze £199 £305 £500
So if the user inputs a width of 97 and selects Clear as the style the price is £200
or
Inputs the size of 187 and selects bronze style the price is £305.
Needs to do the calcualtion on a form button
I hope ive explained myself ok, any help would be massively appreciated.
Last edited: