Another Problem need help! REP

if you search this forum I've already posted the code on how to make things appear and change, do price calculations based on radio boxes and all kind of stuff like that before...

basically you need to use Javascript again

you can assign a radio box or a check box a value, when the box is clicked, you use the onclick event to run a javascript.

your javascript can check the values assigned to an object in the format if page.getelementbyid(case1)=="TRUE" then case_price="10"

then at the end you add up whatever variables you have.

if is easier to just start with a total number and as people press a button you just call a script that'll increment a number, but that won't account for people effectivly removing things from their basket/build etc.
 
Back
Top Bottom