I currently run a website for World of Warcraft powerleveling (yay dorks.)
I am setting up a new option for a customer to add to their cart, and it goes a little like this:
I need to have two drop down menu's, one for the initial level, and one for the desired level. Each level has a dollar value:
60-61: $9
61-62: $10
62-63: $11
63-64: $12
64-65: $13
65-66: $14
66-67: $15
67-68: $16
68-69: $17
69-70: $18
So, if a customer selected to be leveled from 60 to 70, the total would be $135.
I have the HTML section of this tool set up, but I have no idea how to create a PHP tool to allow this to happen. Is there anyone out there who could be of any help?
Thank you
Terps