0

I'm very inexperienced with little coding knowledge, but...

I'm looking to get the value of 3 comboboxes, so when the customer clicks on combobox one and selects the value, it will increase the price in textbox or similiar. Same for the other 2, it will increase the price and they can see what the price will be before adding it to the basket - hope this makes sense.

I just don't know where to start with this so either a pointer or offer would be much appreciated!

Many thanks

1 Answers1

1

I would suggest you start by looking at how inputs & checkboxes are described in HTML.

Then you'll want to get their values using javascript.

From there you'll want to add each value, then display the sum formatted as currency.

Community
  • 1
  • 1
JBux
  • 1,394
  • 8
  • 17