How to adjust the subtotal and add a quantity selector?

  • michaeljamesinsurance
    Asked on April 8, 2019 at 9:34 PM

    I have two issues with my order form:

    1.  The first section of the form is to order meat...how do I show a subtotal next to each item?

    2.  The bottom section is to order combo plates...I would like for customers to be able to order multiple quantities of a combo plate and each with different sides - for example:

     2 orders of 1/2 slab ribs - 1 with mac & cheese and baked beans, and the other with collards and baked beans.

    Jotform Thread 1786676 Screenshot
  • Jed_C
    Replied on April 8, 2019 at 11:32 PM

    1). You can inject the CSS code below to adjust the sub-total on the right side of the selection.

    span.form-special-subtotal {

        position: absolute;

        left: 378px;

        top: 3px;

        font-size: 13px !important;

    }

    2). Just add a Quantity Selector for each combo.

    1554780690quantity selector Screenshot 10

    NOTE: You will need a custom payment settings if you want to add quantity for both combo selections.

    I hope that helps. Let us know if you have any questions or if you need further assistance. 

  • michaeljamesinsurance
    Replied on April 9, 2019 at 9:06 AM

    Jed,

    Thanks so much for your quick response and I thought about adding the quantity selector, but that only works if you want the same items like 2 rib combos both with the same sides.  I want customers to be able to choose multiple plates and independently choose sides...for example, I may want a rib combo with beans and salad while my husband my want a rib combo with mac and cheese and a salad.

  • roneet
    Replied on April 9, 2019 at 11:18 AM

    You can configure sub-products on your main products there you can define all your requirement and then add a quantity selector.

    Please refer to this guide:

    https://www.jotform.com/help/264-Create-Sub-Products-Based-on-a-Product-Option

    Let us know if you need further assistance.

    Thanks.