Results 1 to 4 of 4

Thread: HTML Order form problem

  1. #1
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML Order form problem

    Hi Guys,

    I have an html order form with roughly 13 products listed with the following fields:

    Quantity
    Description
    Price without delivery
    Price with delivery
    Item Total

    I then have a grand total at the end and a dropdown for whether the client wants delivery or not at the beginning of the form. The delivery charges are different for each item.

    I have the code to add up the totals if there is one price, but the price with delivery stumps me. I am fairly new to Javascript.

  2. #2
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    Can we see your code, or a link, please

  3. #3
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    You can view the website at www.globalworming.co.za/order.html

    It's not calculating the totals at the moment, but the e-mail submission does work.

    Appreciate the help. I have been trying to figure this out myself, but having very limited knowledge of javascript, I could not really figure out how to reference the fields properly and also could not figure out the if statement for the delivery section.

  4. #4
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Also, please note that the existing javascript was done by an ex employee, who left the order form as is when he left the company.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •