doubleimpact
Technical User
I am working on a basic checkout page for some future ebaying we would like to do. I have several calculations on the page that seem to work, ok. Improvements welcome.
1)At the moment, I am stuck, but trying to find a simple way to calculate optional shipping insurance. The customer should click on a check box and the javascript calculate the insurance price and put it into variable shipins. I also want to be able to have control over at least two variables, The rate per increment and the increment level. At the moment it is $2.00 (rate) per $100 (increment) of the total of the winning bid. (winbidamount)
I have a very rough version of the page available at: It is still very rough, but it may help you to see the actual page.
I am not a programmer, but can follow basics if I can see the variables.
2)I would like the grand total to be an script that validates the form and then calculates the total for the customer based on their preferences.
3)If anyone knows how I can pull ebay information such as item description and ending price over based on item number that would be great, too.
Whatever help you provide is appreciated. Thanks in advance
Brian D. Eldridge
Double Impact,
1)At the moment, I am stuck, but trying to find a simple way to calculate optional shipping insurance. The customer should click on a check box and the javascript calculate the insurance price and put it into variable shipins. I also want to be able to have control over at least two variables, The rate per increment and the increment level. At the moment it is $2.00 (rate) per $100 (increment) of the total of the winning bid. (winbidamount)
I have a very rough version of the page available at: It is still very rough, but it may help you to see the actual page.
I am not a programmer, but can follow basics if I can see the variables.
2)I would like the grand total to be an script that validates the form and then calculates the total for the customer based on their preferences.
3)If anyone knows how I can pull ebay information such as item description and ending price over based on item number that would be great, too.
Whatever help you provide is appreciated. Thanks in advance
Brian D. Eldridge
Double Impact,